OctoGramApp / OctoGram

OctoGram is an unofficial messaging app that uses Telegram's API.
https://octogram.me
GNU General Public License v2.0
168 stars 14 forks source link

[Feature]: LaTeX Support #28

Closed Adversing closed 4 months ago

Adversing commented 7 months ago

Code of Conduct

Feature Description

As I wrote in the title, this enhancement could be useful if the user is trying to implement LaTeX into their message/s. The '$' character (or '$$') could be used for implementing the raw LaTeX code, example:

single_amp_code

double_amp_code

And it should be rendered this way:

latex_render

My suggestion is to use an already available LaTeX renderer, there are many of them that could be used to implement this feature.