Titus
Titus
@ChristianMurphy it didn’t work before (https://redirect.github.com/mdx-js/mdx/blob/4235a925bd5bd0f9375225a6d0e06a9bafaedf5b/.github/workflows/website.yml#L10-L11). Was your review because you now think it would work, or without that knowledge?
> Didn't it just run and work though? It did **not** just publish to the website 😉 I tried again, and it failed. So, reverted > It looks like there...
These things are related; using `codePointAt`/`fromCodePoint` would break other places. Basically all of markdown doesn’t care, it only cares about ASCII. Except for this case. I think changing to code...
> Indeed markdown-rs seems to handle documents as the form of u8 sequences in other parts. Indeed! Being able to index into strings, whether the way JS does so, or...
So, why do you think the value you use for `Expected behavior` is correct? CM.js gives *actual*: https://spec.commonmark.org/dingus/. GH (so likely also CM in CI) does something else: a**a«**a a**»a**a...
Ah, that is sensical indeed; they are often behind. As you are using these characters, and there is so much difference across vendors, perhaps this makes sense as a test...