🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A very simple jQuery plugin that converts a normal textarea element into a markdown editor with a instant preview.

editor markdown-editor

Documentation

Moved https://github.com/ttakuru88/textarea-markdown-editor


jquery.textarea-markdown-editor

Demo

Demo

Install

via Bower

bower install jquery.textarea-markdown-editor

Usage

$('textarea').markdownEditor();

Demo

dist/index.html 

Browser Support

  • Chrome
  • Safari
  • Firefox
  • IE9+

Development

Install

gem install grunt-cli npm install bower install

Build

grunt

Run spec

karma start

You May Also Like