issues
search
yuin
/
goldmark
:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
MIT License
3.68k
stars
255
forks
source link
Adding two extensions to README.md
#344
Closed
hjr265
closed
1 year ago
hjr265
commented
1 year ago
This PR adds two extensions to the list of extensions in README.md:
goldmark-d2
: This adds support for diagrams using D2. D2 is a declarative language where you can generate SVG diagrams from textual descriptions.
goldmark-katex
: This adds support for math and equations (both inline and block) using the well-known KaTeX library.
This PR adds two extensions to the list of extensions in README.md: