mirror of
https://git.mills.io/prologic/zs
synced 2025-04-03 13:23:34 +03:00
Add attribute parser option
This commit is contained in:
parent
72a387f3cf
commit
0608690f72
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -421,6 +421,7 @@ func buildMarkdown(path string, w io.Writer, vars Vars) error {
|
|||
&wikilink.Extender{},
|
||||
),
|
||||
goldmark.WithParserOptions(
|
||||
parser.WithAttribute(),
|
||||
parser.WithAutoHeadingID(),
|
||||
),
|
||||
goldmark.WithRendererOptions(
|
||||
|
|
Loading…
Add table
Reference in a new issue