diff --git a/helpfuncs.go b/helpfuncs.go index 38d5552..f3b99fb 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -183,7 +183,6 @@ func colorText() { } // text = strings.ReplaceAll(text, `$\rightarrow$`, "->") text = RenderLatex(text) - text = AlignMarkdownTables(text) textView.SetText(text) }