Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 798 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 798 Bytes

Markdown Helper

A JavaScript based Markdown helper which when you hit the return key, it checks to see if the line is a bullet, numbered list, code block or blockquote and automatically indents and adds the Markdown syntax. If you hit return again on an empty line, it will remove that item and return to regular paragraph text.

View the working example

Example Usage

<script type='text/javascript' src='./markdown-helper.js'></script>
<textarea name='input' onkeypress='return MarkdownHelper(this,event);'></textarea>

License

Markdown Helper is licensed under the MIT license, see LICENSE.md for details.