From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sat, 18 Mar 2023 13:01:17 +0000 (+1000) Subject: Add attribute parser option X-Git-Tag: 0.3.0~6 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0608690f72fa56ef3ea50725609769105cf37ebc;p=aya.git Add attribute parser option --- diff --git a/main.go b/main.go index 36cc25e..5475f53 100644 --- a/main.go +++ b/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(