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'?