Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 951 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 951 Bytes

markdown-toolbar Build Status

Greenkeeper badge

markdown-toolbar can be used as a jQuery plugin that provides a WYSIWYG experience using Markdown syntax. markdown-toolbar requires commonmark.js, and also uses js-emoji if it's available. Calling .markdownToolbar() on a textarea creates a toolbar above the textarea, and a rendered preview below it, like this:

markdown-toolbar screenshot

Usage

$('textarea.markdown-toolbar').markdownToolbar();