Replies: 2 comments
-
Github has supported mathematical expressions in markdown , more information please refer to this blog. 🎉🎉🎉 multi-line example: Maxwell's equations |
Beta Was this translation helpful? Give feedback.
-
Markdown lintMarkdown lint check for new PR has ben introduced by #41, #43 . To make it easier for you to pass the check, here is a possible way.
More approaches are welcome 😊. |
Beta Was this translation helpful? Give feedback.
-
PR format discussion
discussion are welcome.
Preview
Summary of talk
Date:
Topic:
Keywords:
Format check List
README.md
.-
to connect filename rather thanKey points
Dispaly latex formulas in github flavored markdown
Github has supported mathematical expressions in markdown , more information please refer to this blog. 🎉🎉🎉
readme2tex.
rendor latex formula to image with Github official service.
https://render.githubusercontent.com/render/math?math=
Vscode extension math to image.
Use a scripts, a simple example in python, style ref is math to image, code ref repo.
Save as python script and run
python3 script-filename.py target-markdown-filename.md
.Rendering multi-line formula example with githubusercontent:
Please use
\begin{align}
to display in rows.More discussion in stackoveflow.
Beta Was this translation helpful? Give feedback.
All reactions