Add attribute parser option

This commit is contained in:
James Mills 2023-03-18 23:01:17 +10:00
parent 72a387f3cf
commit 0608690f72
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ func buildMarkdown(path string, w io.Writer, vars Vars) error {
&wikilink.Extender{},
),
goldmark.WithParserOptions(
parser.WithAttribute(),
parser.WithAutoHeadingID(),
),
goldmark.WithRendererOptions(