Github Flavor for Markdown?
Closed this issue · 2 comments
gnrlbzik commented
Is github's markdown flavor going to be supported, started to be worked on? Or is it something that one can contribute to?
millermedeiros commented
you can swap the markdownConverter
dependency if you need to, it should implement the method makeHtml
that accepts the markdown string and returns the HTML string.
there are many JavaScript markdown parsers out there:
I don't think we should bundle these with the plugins since they will probably get outdated. That's why I kept the markdown parser outside of the plugin logic. Cheers.
gnrlbzik commented
Roger that, thank you @millermedeiros.