mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-03 01:38:30 -04: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…
Reference in New Issue
Block a user