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

change: Export render functions #425

Closed mrueg closed 5 months ago

mrueg commented 1 year ago

Exports all render* functions, as suggested in https://github.com/yuin/goldmark/discussions/414

This will make it easier to reuse goldmark with custom renderers.

mrueg commented 11 months ago

@yuin do you have any thoughts/feedback on this?

skunkie commented 8 months ago

This is a really needed change

mrueg commented 5 months ago

Repository owner doesn't seem to be interested in this change.