Writing Content
letsblaze renders standard Markdown with a few additions. This post covers everything available when writing content.
Headings
<h1> is reserved for the page title, rendered automatically by the theme.
Use <h2> through <h6> for section headings within content.
H2
H3
H4
H5
H6
Lists
Ordered and unordered lists render with clean browser defaults.
- First item
- Second item
- Third item
- Unordered item
- Another item
- And another
Blockquotes
The web is for everyone. Build accordingly.