1.1.0 • Published 5 years ago

markdown-toolbar v1.1.0

Weekly downloads
20
License
GPL-3.0+
Repository
github
Last release
5 years ago

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();