Monorepo for Tangled tangled.org

appview/pages/markup: drop math support for markdown

Rendering specific LaTeX expression results infinite loop on renderer,
causing entire appview to crash

Signed-off-by: Seongmin Lee <git@boltless.me>

boltless.me 1571ba00 ca8217e9

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