-
### What version of `astro` are you using?
1.0.0-beta.35
### Are you using an SSR adapter? If so, which one?
none
### What package manager are you using?
npm, pnpm
### What operating system are …
-
Trying to use this plugin with react-markdown, but Typescript is throwing an error.
```tsx
,
h6: ({ node, ...props }) => ,
p: "div",
ul: ({ node, ...props }) =>
}}
/>
```
…
-
For some reason, I am not able to get working with `remark-heading-id` or `rehype-custom-heading-id`
I simply want to convert this syntax:
```mdx
### My Great Heading {#custom-id}
```
to
…
-
### 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…
-
### What version of `astro` are you using?
1.0.0-beta.36
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
pnpm
### What operating system are you u…
-
[From the spec](https://spec.commonmark.org/0.30/#attribute-name), an attribute name must start with an ASCII letter, `_`, or `:`.
The way this is implemented can lead to different results in parsi…
-
### Steps to reproduce
1. `git checkout https://github.com/coder/code-server`
2. Follow steps to build and create standalone release with `yarn release:standalone`
### Expected behaviour
It shou…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …
-
Hi, I was wondering if there is any particular reason for why you go with this particular implementation. I have a simpler implementation using `micromark` but not sure if I am missing anything. By t…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …