Revin Guillen

Results 6 issues of 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...

needs review
needs rebase
semver-major
github feature request
triaged

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.

needs review
triaged

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...

PR attached
github feature request

Here's a markdown-it plugin that will automatically escape ``, ``, ``, ``, and `` tags in embedded HTML blocks, the way GH does. fixes #363

question
wip
needs review
semver-major

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...

question
your-first-pr
PR attached
github feature request
hacktoberfest