docs suggestion

Co-authored-by: Eric Huss <eric@huss.org>
This commit is contained in:
Uriel 2023-03-05 07:04:26 -03:00 committed by Eric Huss
parent c8a5adcee9
commit 0cb977e603
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ To enable it, see the [`output.html.curly-quotes`] config option.
### Heading attributes { #headingattributes .class1 .class2 } ### Heading attributes { #headingattributes .class1 .class2 }
Headings can have a custom ID and classes. This let's you maintain the same ID even if you change the heading's text, it also let's you add multiple classes in the heading. Headings can have a custom HTML ID and classes. This let's you maintain the same ID even if you change the heading's text, it also let's you add multiple classes in the heading.
Example: Example:
```md ```md