The author writes the following about the differences between different markdown implementations:

The result is that there are a lot of Markdown parsers in a lot of languages, and they all give slightly different results in a lot of corner cases (and a lot of not-so-corner cases). The best I could do in Clojure is pick one implementation and try my best to match it. http://briancarper.net/blog/415/

My question is - what are these 'corner cases'?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

If we say the major implementations are John Gruber's original, and the subsequent showdown.js implementation - which now appears to be the one people use - then the list of corner cases is here.


Edit - it appears that showdown.js has bugs - and you should look at pagedown.js as the one they use on stackoverflow.

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.