Revin Guillen
Revin Guillen
The ColumnSet mixin isn't providing ARIA roles for the DOM it's creating, and this is apparently causing JAWS to skip reading the content contained therein. I'm not terribly familiar with...
I can scarcely believe what I'm seeing, but since GitHub now appears to be doing CommonMark compatible parsing, that means we need to remove all of the customizations we so...
The github URL-rewriting markdown-it plugin was accidentally only doing a single URL replacement per `html_block`; this change recursively processes every occurrence instead. Fixes #415.
GitHub seems to have quietly updated a lot of their parsing behavior. While looking into #390 I discovered that they no longer support spaces in image/link URLs or the so-called...
Here's a markdown-it plugin that will automatically escape ``, ``, ``, ``, and `` tags in embedded HTML blocks, the way GH does. fixes #363
Similar to #258 in intent, we have a [markdown-it plugin](https://github.com/npm/marky-markdown/blob/master/lib/plugin/youtube.js) that wraps iframes pointing to youtube videos in `…`. However the sanitization stuff #259 links doesn't have `iframe` in the...