Improve rendering of KaTex/Math text #1070
Labels
area: message rendering
enhancement
New feature or request
further discussion required
Discuss this on #zulip-terminal on chat.zulip.org
After the merge of #1024, ZT now renders the math/katex/latex text as raw source. Although this retains the markdown information, this is ideally not the rendering a normal user would expect.
Some ideas of implementation:
raw -> urwid
approach might be used, wherein we convert raw source (current output) to urwid-displayable content. We currently supportrendered -> urwid
, and thus this might need some investigation.Previous discussion: #zulip-terminal > Multiple Katex markups display issue
The text was updated successfully, but these errors were encountered: