From 0cb977e603bc4c736bc82baeb9f4bf1f93201f6c Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 5 Mar 2023 07:04:26 -0300 Subject: [PATCH] docs suggestion Co-authored-by: Eric Huss --- guide/src/format/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/markdown.md b/guide/src/format/markdown.md index 82ef8360..84698ca7 100644 --- a/guide/src/format/markdown.md +++ b/guide/src/format/markdown.md @@ -223,7 +223,7 @@ To enable it, see the [`output.html.curly-quotes`] config option. ### 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: ```md