Disable typographer extension

This caused issues with confluence macros
This commit is contained in:
Manuel Rüger 2023-06-14 15:39:28 +02:00
parent 857bc871e0
commit 4591586b01

View File

@ -655,7 +655,6 @@ func CompileMarkdown(markdown []byte, stdlib *stdlib.Lib, path string, mermaidPr
extension.GFM,
extension.Footnote,
extension.DefinitionList,
extension.Typographer,
),
goldmark.WithParserOptions(
parser.WithAutoHeadingID(),