Add attribute parser option

This commit is contained in:
James Mills
2023-03-18 23:01:17 +10:00
parent 72a387f3cf
commit 0608690f72

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(