This is a simple no-frills textarea with some buttons to
perform common Markdown operations. I'm a developer so the
ability to post snippets of code is really
important. Blockquotes are the building blocks of blogging. I've
helpfully provided some text to play with. If you want to see
what the text will look like in HTML then select it and copy it
to Dingus. All
of the above buttons work on a selected area of text.
Fill-Region performs an emacs-style hard
word-wrap on the selected text. (Makes the text more
readable).
Code Section will indent the currently selected
block by 4 spaces. This will get turned into a
<pre><code> section by Markdown.
Block-quote inserts a > character before each
line of the selected text. This gets turned into a
<blockquote> element by Markdown.