Markdown Tutorial: Block Elements
Markdown Tutorial: Block Elements
Block elements shape the structure of a page. They include headings, paragraphs, blockquotes, lists, code blocks, and horizontal rules.
H1 / H2 / H3
Use one to six hash characters to create heading levels.
# H1
## H2
### H3
Paragraphs
Separate paragraphs with a blank line. End a line with two spaces when you need a manual line break.
Blockquotes
A blockquote highlights a note, citation, or important aside.
Lists
- Ordered item
- Ordered item
- Unordered item
- Unordered item
Markdown Tutorial: Block Elements
https://github.com/emn178/markdown Author
emn178
Publish Date
01 - 20 - 2026
License
Unlicensed