mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
Disable typographer extension
This caused issues with confluence macros
This commit is contained in:
parent
857bc871e0
commit
4591586b01
@ -655,7 +655,6 @@ func CompileMarkdown(markdown []byte, stdlib *stdlib.Lib, path string, mermaidPr
|
|||||||
extension.GFM,
|
extension.GFM,
|
||||||
extension.Footnote,
|
extension.Footnote,
|
||||||
extension.DefinitionList,
|
extension.DefinitionList,
|
||||||
extension.Typographer,
|
|
||||||
),
|
),
|
||||||
goldmark.WithParserOptions(
|
goldmark.WithParserOptions(
|
||||||
parser.WithAutoHeadingID(),
|
parser.WithAutoHeadingID(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user