Replies: 2 comments 1 reply
-
goldmark is an extensible library. You can write your own renderers an external library instead of |
Beta Was this translation helpful? Give feedback.
1 reply
-
@yuin Got it working! https://github.com/soypat/goldmark-latex Any chance it could be added to the list of extensions available? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I want to write a$\LaTeX$ renderer for goldmark! I've been using blackfriday but its pretty broken.
The renderer I've written for blackfriday is over here: https://github.com/soypat/exercises/blob/main/md2latex/latex.go. Was thinking of porting it over to goldmark and was wondering if
renderer/latex
directoryrenderer.Renderer
interface? I noticed the html renderer implementsNodeRenderer
interface over this other one.Thanks for this awesome project!
Beta Was this translation helpful? Give feedback.
All reactions