![Build Status](https://camo.githubusercontent.com/f36b0099b56d47060cc790934d6f226d3cfb75a708ac2d8cf1eaa444162f2e00/68747470733a2f2f7472617669732d63692e6f72672f6a7377616e6e65722f6d61726b646f776e2d627574746f6e732e7376673f6272616e63683d6d6173746572)
Buttons that apply/remove Markdown syntax to selected text in input fields.
$ ember install markdown-buttons
{{#markdown-bold action=(action (mut value)) for="input"}}Bold{{/markdown-bold}}
{{#markdown-italic action=(action (mut value)) for="input"}}Italic{{/markdown-italic}}
{{#markdown-link action=(action (mut value)) for="input"}}Link{{/markdown-link}}
{{#markdown-quote action=(action (mut value)) for="input"}}Quote{{/markdown-quote}}
{{#markdown-code action=(action (mut value)) for="input"}}Code{{/markdown-code}}
{{#markdown-h1 action=(action (mut value)) for="input"}}H1{{/markdown-h1}}
{{#markdown-h2 action=(action (mut value)) for="input"}}H2{{/markdown-h2}}
{{#markdown-h3 action=(action (mut value)) for="input"}}H3{{/markdown-h3}}
{{#markdown-h4 action=(action (mut value)) for="input"}}H4{{/markdown-h4}}
{{#markdown-h5 action=(action (mut value)) for="input"}}H5{{/markdown-h5}}
{{#markdown-h6 action=(action (mut value)) for="input"}}H6{{/markdown-h6}}
<br/>
{{textarea cols="50" id="input" rows="10" value=(readonly value)}}
git clone
this repository
npm install
bower install
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)
ember test
ember test --server
For more information on using ember-cli, visit http://ember-cli.com/.