Enha: handle $rightarrow$

This commit is contained in:
Grail Finder
2026-04-11 11:06:38 +03:00
parent cdc237c81c
commit 556eab9d89
2 changed files with 2 additions and 3 deletions

View File

@@ -178,6 +178,7 @@ func colorText() {
for i, tb := range thinkBlocks {
text = strings.Replace(text, fmt.Sprintf(placeholderThink, i), tb, 1)
}
text = strings.ReplaceAll(text, `$\rightarrow$`, "->")
textView.SetText(text)
}