-2
appview/pages/markup/markdown.go
-2
appview/pages/markup/markdown.go
···
12
12
13
13
chromahtml "github.com/alecthomas/chroma/v2/formatters/html"
14
14
"github.com/alecthomas/chroma/v2/styles"
15
-
treeblood "github.com/wyatt915/goldmark-treeblood"
16
15
"github.com/yuin/goldmark"
17
16
highlighting "github.com/yuin/goldmark-highlighting/v2"
18
17
"github.com/yuin/goldmark/ast"
···
65
64
extension.NewFootnote(
66
65
extension.WithFootnoteIDPrefix([]byte("footnote")),
67
66
),
68
-
treeblood.MathML(),
69
67
callout.CalloutExtention,
70
68
textension.AtExt,
71
69
),