Please support markdown on this forum :)

CKeditor is kind of nice but it's also, frankly, quite a pain in the ass.  It often screws up formatting and requires the user to tinker with the source HTML.  And, as it's currently set up, we can't correctly format inline code snippets.  I'm just wondering if the admin of this forum might consider enabling markdown as an additional input format option?  (There's a Drupal markdown module).  markdown is an elegant, easy-to-use text-to-HTML conversion tool which is becoming increasingly popular on web forums.  Some quick examples:

* this
* would
* be a list

# Heading

`formatted as code`

*italics*

**bold**

![](image)

[link text](link URL)

No worries if not, of course!