Closed aarmn closed 1 year ago
after adding support for language syntax highlight, it just make sense to support katex math as well
katex math syntax support with $$math$$ or $math$ or ```latex ``` or ```math ``` or ```katex ``` and rendering math in the msg box
$$math$$
$math$
sending image of the math formula
No response
Syntax highlighting rules are outsourced to the prism.js library, it's not a part of tdesktop itself.
Is your feature request related to a problem?
after adding support for language syntax highlight, it just make sense to support katex math as well
Describe the solution you'd like
katex math syntax support with
$$math$$
or$math$
or ```latex ``` or ```math ``` or ```katex ``` and rendering math in the msg boxDescribe alternatives you've considered
sending image of the math formula
Additional context
No response