evilstreak / markdown-js

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

Add Common Markdown dialect #210

Open yamikuronue opened 9 years ago

yamikuronue commented 9 years ago

Could you add Common Markdown as an option: http://jgm.github.io/stmd/spec.html

One of the applications I use relies on this library for their markdown parsing, and there's been a lot of talk about adhering to the new flavor. It'd be great if we could :)

EDIT: Now that I've done some investigation I see that you have options as to which dialect to build with, so I've amended this to adding the Common dialect