LemmyNet / lemmy-ui

The official web app for lemmy.
https://join-lemmy.org/
GNU Affero General Public License v3.0
901 stars 336 forks source link

Ability to format math with LaTeX #2222

Open K4LCIFER opened 1 year ago

K4LCIFER commented 1 year ago

Requirements

Describe the feature you'd like

It would be nice if one had the ability to write out math in latex in their posts. For example, a displaystyle environment would be created with a pairs of $$ as follows:

$$
y = mx+b
$$

An inline environment would be made with with a pair of $. For example $y = mx+b$.

In both of these cases, this would be formatted as LaTeX. The format that I am thinking this would be rendered in is identical to what Obsidian does.

K4LCIFER commented 9 months ago

Perhaps it would be better to support a more general standard like MathML instead of LaTeX?