-
## 🚀 Feature
When working with the blog feed, in testing-library's, we would like a way to contain the full article and not just a truncated version of it within the feed since we don't really …
-
### Subject of the issue
I have [`eslint-plugin-markdown`](https://github.com/eslint/eslint-plugin-markdown) enabled in [this project](https://github.com/webpack/webpack.js.org/pull/4326) with …
-
You can embed MDX documents in other documents. This is also known as [transclusion](https://en.wikipedia.org/wiki/Transclusion). You can achieve this by importing an .mdx (or .md) file:
```mdx…
-
### Steps to reproduce
See: https://github.com/syntax-tree/hast-to-hyperscript/issues/18
### Expected behavior
Should pass unchanged properties to react comoponent.
### Actual behavior
…
-
https://mdxjs.com/guides/custom-loader
-
### Subject of the issue
When newlines exist between 2 nested jsx nodes, linting of the file fails with `Parsing error: unknown jsx node`.
### Your environment
* **OS**: MacOS 10.15.7, …
-
### Subject of the feature
I'm currently creating a new eslint setup in my project and everything seems fine but when I lint `.mdx` files I'm getting the below warning. I couldn't find anything…
-
Hi 👋
I started testing out xdm on my MDX based blog and so far I love it. I come from `mdx-js` and I found out that `xdm` does not parse code blocks `pre` the same way as `mdx-js` does.
For exa…
-
### Subject of the issue
In VSCode, when using a [details element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) I get the following error: "Parsing Errors: Unterminated JS…
-
Is there a possibility to render completely custom component?
For example I want to parse for emojis and add [emoji-mart](https://github.com/missive/emoji-mart) component on match.
I expect to rende…