Inspiration
Nearly all Markdown applications support the basic syntax outlined in John Gruber’s original design document. There are minor variations and discrepancies between Markdown processors — those are noted inline wherever possible. Using Markdown doesn’t mean that you can’t also use HTML. You can add HTML tags to any Markdown file. This is helpful if you prefer certain HTML tags to Markdown syntax. For example, some people
What it does
To create a heading, add number signs (#) in front of a word or phrase. The number of number signs you use should correspond to the heading level. For example, to create a heading level three (
), use three number signs (e.g., ### My Header). Markdown HTML
Heading level 1
Heading level 1
Heading level 2
Heading level 2
Heading level 3
Heading level 3
Heading level 4
Heading level 4
Heading level 5
Heading level 5
Heading level 6
Heading level 6
Alternate Syntax Alternatively, on the line below the text, add any number of == ch
How we built it
Challenges we ran into
Accomplishments that we're proud of
What we learned
What's next for nghieu
Built With
- fr
Log in or sign up for Devpost to join the conversation.