Open
Description
First of all thank you very much for all the hard work in this backend.
Trying to hook Errbot on our internal Mattermost instance but it seems that every response/return of the bot is wrapped within noformat blocks (```). Believe that wrapping happens here: https://github.com/Vaelor/errbot-mattermost-backend/blob/master/mattermost.py#L446-L476
That noformat wrapping prevents the use of Markdown in bot's responses and that is one of the best features of Mattermost (and Slack ofc). Is there any workaround or special option we should enable as to have Markdown supported or is it something completely out of the question for this project?