scrimba
Learn Markdown
Introduction
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Introduction
Expand for more info
README.md
run
preview
console
# Markdown Introduction
---

![Markdown Logo](https://dev-to-uploads.s3.amazonaws.com/i/snq5gst9tw245shyavk2.png)

**Markdown** is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form.

1. Build a blog through a ton of challenges and share it on Dev.to
2. Add to a GitHub Repo for all to see

---

## Article Example
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/6757u8ykffph567rzekm.gif)

---

## Why?

**Markdown** is used for shorthand html for several types of applications.

- README files
- Blogs
- Forums
- Documentation
- Messaging
- and more.
Console
/index.html
-1:39