gomarkdown / markdown

markdown parser and HTML renderer for Go
Other
1.36k stars 171 forks source link

Can't reuse parser or renderer #304

Closed delaneyj closed 5 months ago

delaneyj commented 5 months ago

Is there a way to reset the parser/renderer so you can reuse on multiple docs?

kjk commented 5 months ago

No. There's very little (perf) difference between clearing them or re-creating them.