Code sections in my @description sections are not properly being formatted. The markdown looks like this:
/**
* ```js
* var someCode;
* ```
*/
And the HTML on the page ends up as follows:
var someCode
with the directive not being applied. This was reproduced in Chrome and Firefox. The "Usage" section of modals however applied the directive as would be expected (I would assume), with