Revin Guillen
Revin Guillen
oh, also re: `token-util`, it turns out the one function `pkgize` needs is `getText`, and no other code in marky needs it, so you should be able to just move...
oh awesome, thanks @wooorm that looks perfect 👍
Oooh I like this. At the very least it'll make my own testing easier 😉
Interesting case! Thanks for reporting 👍 What's happening here is, everything in the HTML block is being left alone, and since the block is basically malformed HTML, the second backtick...
I created a [demonstration gist](https://gist.github.com/revin/d998cf513bceba2a1bb8286aedacf76d/aa752cf69b0d6cbf260da14983c329e8a6db6cc7) showing the rendering results of embedding different HTML tags. Looks like we need to special-case the following tags: * `` * `` * `` *...
Looks like most of these are fairly straightforward to implement, but there are a couple things to note: * Our tests explicitly check that `` is allowed when we're executed...
Turns out this fixes #390, which is nice. The main thing that gives me pause here is that I don't have any definite confirmation that the new CommonMark behaviors I'm...
@bcoe Well, we do have an open issue now (#390, as above) that's a direct result of GFM getting back in line with CommonMark, so our custom parsing/rendering behaviors are...
Hey @Krinkle very good observation. If GitHub does it, we definitely should do it too. Thanks for pointing it out!
Hey @karanjthakkar, thanks for asking! This one might be somewhat complicated, I think. I don't know the exact code that will get this feature implemented, off the top of my...