I think the MD parser could do with a lot of help especially when using code blocks. I can't recall if articulate ships with it's own md processors or if it just relies on Umbraco's but it's not great.
It would be great to support code blocks with hints like GH supports: like ```cs
but it doesn't. Also the code blocks rendered use <p><code> instead of <p><pre><code> which is not correct.
Anyways, seems like a lot to be desired :)
I think the MD parser could do with a lot of help especially when using code blocks. I can't recall if articulate ships with it's own md processors or if it just relies on Umbraco's but it's not great.
It would be great to support code blocks with hints like GH supports: like ```cs
but it doesn't. Also the code blocks rendered use <p><code> instead of <p><pre><code> which is not correct.
Anyways, seems like a lot to be desired :)