-
Allow plugins to modify sanitize rules.
Maybe like this:
```js
const remark = jojo.remake;
const process = sch => {
sch.tagName?.push("iframe");
return sch;
};
export default function Ex…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/sorry-cypress/cy2/issues?q=is%3Aopen+is%3Aissue) and [discussions](https://github.com/so…
-
### 📝 Issue Description
The stackblitz template on the home page fails to load initially. This is important to fix because this template is a major call-to-action on from the docs homepage.
### 📋 On…
-
### Initial checklist
- [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/con…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
➜ workspace git:(master) ✗ npx --no-install…
-
### Initial checklist
- [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/con…
-
### Initial checklist
- [X] I read the [support docs](https://github.com/micromark/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/micromark/.github/blob/main/c…
-
I'm trying to self-host dub following the guide provided, and here's where I'm stuck:
Vercel build log
```log
[21:51:39.234] Running build in Washington, D.C., USA (East) – iad1
[21:51:39.340]…
-
### Describe the bug
With the latest Vite update (v4.3.1), Storybook (using v7.0.7) fails to build with the following error at the top of the logs:
```
[ERROR] Could not read from file: /path/to/…
-
First of all: Thanks so much for creating this great library. I've spend too many hours trying to configured Monaco to get VSC themes working before I found Shiki. 😅
I'm trying to use Shiki in a Ne…