Skip to content

Commit

Permalink
Disable typographer extension
Browse files Browse the repository at this point in the history
This caused issues with confluence macros
  • Loading branch information
mrueg committed Jun 14, 2023
1 parent 857bc87 commit 4591586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/mark/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 4591586

Please sign in to comment.