Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

neoascetic/pagedown

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published