mirror of
https://git.mills.io/prologic/zs
synced 2025-02-16 20:13:15 +03:00
Add attribute parser option
This commit is contained in:
parent
72a387f3cf
commit
0608690f72
1
main.go
1
main.go
@ -421,6 +421,7 @@ func buildMarkdown(path string, w io.Writer, vars Vars) error {
|
|||||||
&wikilink.Extender{},
|
&wikilink.Extender{},
|
||||||
),
|
),
|
||||||
goldmark.WithParserOptions(
|
goldmark.WithParserOptions(
|
||||||
|
parser.WithAttribute(),
|
||||||
parser.WithAutoHeadingID(),
|
parser.WithAutoHeadingID(),
|
||||||
),
|
),
|
||||||
goldmark.WithRendererOptions(
|
goldmark.WithRendererOptions(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user