From aea19a6c0d9524e227e3f67906aa31e45a09150a Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 12 Apr 2026 08:37:23 +0300 Subject: [PATCH] Fix: buildable --- helpfuncs.go | 1 - 1 file changed, 1 deletion(-) 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) }