Markdown Editor
A markdown editor integrate write
and preview
tabs like Github's flavored editor.
Live Demo
Usage
Define your div
element as the editor replacement.
And write JavaScript:
var editor = '#markdown-editor-sample';editor;
You can specify the width of editor by calling the .render
function with an argument like:
editor;// oreditor;
Install
$ npm install markdown-editor$ bower install markdown-editor
License
MIT