mirror of
https://github.com/stoatchat/for-android.git
synced 2026-08-24 20:21:32 -04:00
feature request: KaTeX support #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sdn2k on GitHub (May 30, 2025).
What do you want to see?
so in the desktop client, we can send KaTeX commands like \frac and stuff

on mobile, these messages appear raw, could there be any way to implement these functions?
so instead of seeing "$\Huge \frac{1}{2}$", you would see what the image below shows
@infi commented on GitHub (Jun 5, 2025):
This is implemented in the upcoming Markdown renderer as of
c8cb3c4aff. The old Markdown renderer will not receive any further updates.