erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

how to show formula in html using paserdown #683

Closed allen-2014 closed 5 years ago

aidantwoods commented 5 years ago

What kind of formula?

allen-2014 commented 5 years ago

math formula, and I'v used the sub-class to solve the problem, the beta version, thanks!

At 2019-02-22 23:58:44, "Aidan Woods" notifications@github.com wrote:

What kind of formula?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

BenjaminHoegh commented 5 years ago

For math formular I will recommend that you use KaTeX together with parsedown

allen-2014 commented 5 years ago

Yes.perhaps adding some codes related to katex to parsedown class is better, just advice

At 2019-02-24 06:16:23, "Benjamin Høegh" notifications@github.com wrote:

For math formular I will recommend that you use KaTeX together with parsedown

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.