Monorepo for Tangled tangled.org

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

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3m7juseri5f22
-2
Diff #0
-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 ),

History

2 rounds 1 comment
sign up or login to add to the discussion
2 commits
expand
nix: bump gomod2nix
appview/pages/markup: drop math support for markdown
3/3 success
expand
expand 0 comments
pull request successfully merged
boltless.me submitted #0
1 commit
expand
appview/pages/markup: drop math support for markdown
3/3 success
expand
expand 1 comment

perhaps a go mod tidy is in order!

lgtm otherwise.