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.
<script type='text/javascript' src='./markdown-helper.js'></script>
<textarea name='input' onkeypress='return MarkdownHelper(this,event);'></textarea>
Markdown Helper is licensed under the MIT license, see LICENSE.md for details.