Fix: buildable

This commit is contained in:
Grail Finder
2026-04-12 08:37:23 +03:00
parent 6befe7f4bf
commit aea19a6c0d

View File

@@ -183,7 +183,6 @@ func colorText() {
} }
// text = strings.ReplaceAll(text, `$\rightarrow$`, "->") // text = strings.ReplaceAll(text, `$\rightarrow$`, "->")
text = RenderLatex(text) text = RenderLatex(text)
text = AlignMarkdownTables(text)
textView.SetText(text) textView.SetText(text)
} }