-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
π documentationDocumentation needs more loveDocumentation needs more love
Description
What needs to be improved? Please describe
π Feature Request: LaTeX Formula Rendering in Markdown
π§© Problem
LaTeX formulas in Markdown are not rendered properly on GitHub. For example:
$$
\text{Attention}(Q, K, V) = \text{Softmax}\left(\frac{QK^T}{\sqrt{D}}\right)V
$$
or inline:
$\text{Attention}(Q, K, V) = \text{Softmax}\left(\frac{QK^T}{\sqrt{D}}\right)V$
But these are displayed as plain text instead of rendered formulas.
π― Desired Behavior
- β
Inline LaTeX formulas using
$...$ - β
Block-level LaTeX expressions using
$$...$$ - β Compatibility with MathJax or KaTeX-style rendering engines
Why do you think it is important?
π Supplement
Many platforms like Jupyter Notebook, HackMD, .... support full LaTeX rendering in Markdown. It would be great to see similar support on GitHub for technical content creators and researchers.
gogs seems to have been following up on the rendering of latex formulas in jupyter notebooks ->
[Add laTex formula rendering support in Ipython notebook] #6244
Code of Conduct
- I agree to follow this project's Code of Conduct
HowardSpark
Metadata
Metadata
Assignees
Labels
π documentationDocumentation needs more loveDocumentation needs more love