Skip to content

Commit

Permalink
🎨 Improve StackExchange formula clipping siyuan-note/siyuan#11646
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jun 5, 2024
1 parent 898cd11 commit 7aad87b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vditor_wysiwyg.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ func (lute *Lute) adjustVditorDOM(root *html.Node) {
lute.adjustTableCode(c)
}

// The browser extension supports Wikipedia formula clipping https://github.com/siyuan-note/siyuan/issues/11583
for c := root.FirstChild; nil != c; c = c.NextSibling {
lute.adjustMath(c)
}
Expand Down

0 comments on commit 7aad87b

Please sign in to comment.