Open
Description
Feature Description
Now that KaTeX rendering for Markdown has been merged, it would be nice to extend that to Org documents too.
I've made a quick test/about document on try.gitea: https://try.gitea.io/tecosaur/testing/src/branch/main/gitea-maths-test.org
The short version is that it seems like go-org (which gitea currently uses) already identifies maths, but nothing is done with it. I would recommend targeting the following constructs:
\( inline maths \)
\[ display maths \]
\begin{env} latex env \env{env}
Screenshots
No response