yuin / goldmark

:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
MIT License
3.73k stars 257 forks source link

change: Export render functions #425

Closed mrueg closed 6 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 1 year ago

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

skunkie commented 9 months ago

This is a really needed change

mrueg commented 6 months ago

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