github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
Other
876 stars 171 forks source link

Equations extension #6

Open jeroen opened 7 years ago

jeroen commented 7 years ago

It would be very cool to support math in cmark and on Github markdown documents. I suppose on Github you would conditionally have to include mathjax in the html header.

/cc https://github.com/klutometis/roxygen/issues/520

miketheman commented 2 years ago

Looks like GitHub released math support in May: https://github.blog/2022-05-19-math-support-in-markdown/

Will this library be adding the functionality anytime soon? (If not, how did it get added?)

wooorm commented 2 years ago

It's added aftwereards (IMO not very great, see also: https://nschloe.github.io/2022/05/20/math-on-github.html)

stof commented 1 month ago

Will the mathematical expression be added in the GFM spec as an extension of Commonmark or will they stay as an extra syntax available in github markdown files (changing the markdown parsing) but without being specified ?