This commit is contained in:
Andrew David Wong 2021-07-10 14:19:45 -07:00
parent 039f2f87b9
commit a1967f09ad
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -91,7 +91,7 @@ formatting, or white space control. That belongs in the (S)CSS files instead.
### Headings ### Headings
Do not use `h1` headings (single `#` or `======` underline). These are Do not use `h1` headings (single `#` or `======` underline). These are
automatically generated from the `title:` line in the YAML frontmatter. automatically generated from the `title:` line in the YAML front matter.
Use Atx-style syntax for headings: `##h2`, `### h3`, etc. Do not use Use Atx-style syntax for headings: `##h2`, `### h3`, etc. Do not use
underlining syntax (`-----`). underlining syntax (`-----`).