From 3923ba0148e0d3f24a7eb91a314cd8355ebf5165 Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Sun, 4 Sep 2022 18:54:21 -0300 Subject: [PATCH] Add goldmark-latex extension to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b0c59a..cb8cb77 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,7 @@ Extensions - [goldmark-mermaid](https://github.com/abhinav/goldmark-mermaid): Adds support for rendering [Mermaid](https://mermaid-js.github.io/mermaid/) diagrams in goldmark documents. - [goldmark-pikchr](https://github.com/jchenry/goldmark-pikchr): Adds support for rendering [Pikchr](https://pikchr.org/home/doc/trunk/homepage.md) diagrams in goldmark documents. - [goldmark-embed](https://github.com/13rac1/goldmark-embed): Adds support for rendering embeds from YouTube links. +- [goldmark-latex](https://github.com/soypat/goldmark-latex): A $\LaTeX$ renderer that can be passed to `goldmark.WithRenderer()`. goldmark internal(for extension developers)