appview/pages/markup: drop math support for markdown #868

merged
opened by boltless.me targeting master from sl/kkzqxsnttomz

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

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

Changed files
-2
appview
pages
markup
-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 ),