evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Document dialect support #182

Open jameshfisher opened 10 years ago

jameshfisher commented 10 years ago

There are many dialects of Markdown. Everyone writing Markdown is going to be using one of those; they therefore need to know whether that dialect is supported by this library. However, the documentation is silent on this.

ashb commented 10 years ago

Not the clearest agreed, but there is this:

By default, you will get the Gruber and Maruku dialects

Pull requests to make this clearer welcomed.