I have seen some Javascript parsers to convert Markdown to HTML. I am not able to find any that would do the same for MultiMarkdown.

Are there anything like this available.

Thanks

link|improve this question

75% accept rate
show some of your code and define markdown and you will get some good help – Ibu May 11 '11 at 4:15
1  
Hi Ibu, Markdown is a text to HTML conversion tool. www.daringfireball.net/projects/markdown. I am looking for a parser to the variation of Markdown. There is no code required for this question, I think. – Prasanna May 11 '11 at 4:24
feedback

2 Answers

Try this: https://github.com/evilstreak/markdown-js

My bad, didn't realise MultiMarkDown was a new variation. Currently no JS implementation exists, I'm sure when it does you'll find it on http://search.npmjs.org/

link|improve this answer
feedback

For a Node-based tool to convert MultiMarkdown to HTML, you could take a look at this project:

https://github.com/dtjm/node-multimarkdown

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.