Titus
Titus
Say I have a `package.json` like this: ```js { "name": "example", "scripts": { "test": "remark ." }, "remarkConfig": { "plugins": [ [ "validate-links", { "repo": "x/y" } ] ] },...
I’m still not 100% on whether this is a good idea. But, particularly, I find it unclear what the implications are, because: a) to enable this feature, a “commitish” has...
As there are escapes already, why not add unicode escapes as supported in many programming languages? Along the lines of `\u1234`
It would be *very* nice if there’s a reproduction/test case of this, to prevent it from reoccurring in the future
You might be able to ping the people that work on these tools (astro, orta) to help reduce the test case?
> minimal reproduction of this bug I’m still looking for something smaller: something without Shiki. The smallest possible reproduction. See the [related PR for more info](https://github.com/mdx-js/mdx/pull/2123#issuecomment-1241087867) :)
I’m looking for a smaller reproduction. The smallest thing possible. So that we can know why it was occurring and that it won’t regress
Released in [`2.1.5`](https://github.com/mdx-js/mdx/releases/tag/2.1.5)!
Types are in `@types/mdx` indeed, as documented in the [Types section of the Getting started docs](https://mdxjs.com/docs/getting-started/#types). It is indeed correct that the docs for `@mdx-js/react` are out of date (and...
@khinshankhan Interested in working on a PR?