surveybuilder
Version:
Build surveys in the most advanced, flexable, and more moderated way, for all users to build and see.
57 lines (37 loc) • 607 B
Markdown
## jquery.textarea-markdown-editor
## Demo
[Demo](http://hai3.net/textarea-markdown-editor/)

## Install
via Bower
```bash
bower install jquery.textarea-markdown-editor
```
## Usage
```js
$('textarea').markdownEditor();
```
## Demo
```
dist/index.html
```
## Browser Support
* Chrome
* Safari
* Firefox
* IE9+
## Development
### Install
```bash
gem install grunt-cli
npm install
bower install
```
### Build
```bash
grunt
```
### Run spec
```bash
karma start
```