Enha: handle $rightarrow$
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user