Support org-mode
Markdown is awesome and widely supported, org-mode is extremely nice too. It would be so cool to find a way to support it. I imagine it would be very nice for developers - adding code snippets in many different languages.
As an alternative for the time being, you might consider the Asciidoctor support.
I'm using org-mode with pandoc, I don't think it has full org-mode support though.
I was able to compile org mode down to .md for perun consumption using ox-md, still needed the metadata added and some retouch, but decent workflow for now.
Does pandoc support this? Because, if it does, I think it would make more sense to offshore parsing to it...