Skip to content

ttakuru88/textarea-markdown-editor

Repository files navigation

textarea-markdown-editor

Demo

Demo

Install

via Bower

bower install textarea-markdown-editor

Usage

textarea = document.getElementById('textarea')
options = {}
markdownEditor(textarea, options)

Demo

dist/index.html

Browser Support

  • Chrome
  • Safari
  • Firefox
  • IE9+

Development

Install

npm install
bower install

Build

grunt

Run spec

karma start