This commit is contained in:
Andrew David Wong 2021-07-10 13:16:07 -07:00
parent 473f1075c8
commit 6de3d7f75f
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.
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 frontmatter.
Use Atx-style syntax for headings: `##h 2`, `### h3`, etc. Do not use Use Atx-style syntax for headings: `##h2`, `### h3`, etc. Do not use
underlining syntax (`-----`). underlining syntax (`-----`).
### Indentation ### Indentation