-
### 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/…
-
~~~md
# Example of using markdown to define rich comments
Some code block:
```js
function hello() {
// Example of a [url](https://example.org/) or even `inline code` defined in a comment…
-
### Subject of the issue
i'm trying to use the wrapper functionality described in the documentation
### Your environment
mac osx, mojave
"@mdx-js/mdx": "^1.0.20",
"@mdx-js/react": "^1.0.20"…
-
Currently, as implemented in MDX v2, the block parser begins a paragraph inside lines that _begin_ with a component. This was initially intended, but I'm not sure it makes sense in practice. It result…
johno updated
2 years ago
-
### Subject of the feature
Updating the remark version. I require at least remark 13.
### Problem
Some of the `remark` plugins (e.g. `remark-gfm`) require an updated version of `remark`.
…
-
Hi
I wanted to know if there is a way to use `renderToString` in the client.
I have the following use-case.
1. User starts writing a new blog post
1. The MDX content of the blog post is stored …
-
### Initial checklist
* [x] I read the support docs
* [x] I read the contributing guide
* [x] I agree to follow the code of conduct
* [x] I searched issues and couldn’t find anyth…
-
### Subject of the issue
Missing typescript files and typings from `@mdx-js/mdx`.
I have installed version ` "@mdx-js/mdx": "^1.6.22",` but I cannot see any typings.
If I look into my `node_…
-
## Description
The Gatsby MDX starter fails to build (when being used in a Yarn Workspace monorepo), returning a very confusing "Invalid Hook Call" error in `@mdx-js/react`:
Error:
```s…
-
React 17 has a new [JSX Transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) that Next.js 10 has [default support for](https://nextjs.org/blog/next-10#react-17-suppor…