dcgithub / pagedown

Fork of pagedown.googlecode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a clone of pagedown, markdown editor used on SO with live preview, one from lot of others. This fork adds support for emails autolinking and custom selectors:

var editor = new Markdown.Editor(
    converter,
    {
        buttonBar: '#buttonBar',
        preview: '#preview',
        input: '#input'
    }
);

About

Fork of pagedown.googlecode.com

License:Other


Languages

Language:JavaScript 100.0%