Latex rendering in README.md on Github

前端 未结 12 1011
挽巷
挽巷 2020-12-22 16:59

Is there any way to render LaTex in README.md in a GitHub repository? I\'ve googled it and searched on stack overflow but none of the related answers seems feasible.

12条回答
  •  不思量自难忘°
    2020-12-22 17:33

    One can also use this online editor: https://www.codecogs.com/latex/eqneditor.php which generates SVG files on the fly. You can put a link in your document like this: ![](https://latex.codecogs.com/svg.latex?y%3Dx%5E2) which results in: .

提交回复
热议问题