evilstreak / markdown-js

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

Expose `DialectHelpers` so people can include markdown-js and then add their own dialects #160

Closed eviltrout closed 10 years ago

eviltrout commented 10 years ago

This exposes the DialectHelpers from the IIFE so that users can create their own Dialects. Discourse does this to extend things after including markdown-js and it's very useful!