millermedeiros/requirejs-plugins

Github Flavor for Markdown?

Closed this issue · 2 comments

Is github's markdown flavor going to be supported, started to be worked on? Or is it something that one can contribute to?

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.

Roger that, thank you @millermedeiros.