I've written a Markdown plugin for Q2A but I've come across an issue with formatting. When any content is posted, Q2A appears to trim the spaces from it before saving it in the database.
This means that if you post some code on the first line (which starts with 4 spaces) it gets trimmed and not picked up as code. Is there a way to preserve those spaces? They don't seem to be present at any stage in the plugin functions.