-
If I set the components to target standard markdown html elements, like h1, img etc.
e.g.
```
const components = {
h1: (props) => ,
}
```
Then the static files are correct.
But, on pa…
-
## Summary
Trying to optimise my site I ran webpack bundle analyzer v2. I does not make sense to me that @babel would normally take up this much space, but perhaps this is normal?
## Relevant info…
-
### YAML Support
I was digging through [mdast](https://github.com/syntax-tree/mdast#yaml) and saw one component: YAML, which can be very important.
### Problem
Missing YAML markup to create f…
-
### Subject of the issue
Sorry for the terrible issue title.
I've run into an odd edge case when trying to use JSX with multiple paragraphs inside a nested list that breaks the parser. [AST …
-
Ability to insert html into the text for tour node descriptions. This will allow us to add quotes, links to further reading, images, all sorts of other nice stuff.
Try to avoid react's dangerouslySe…
-
This is a cool project, but it is unclear to me how to handle a few use cases. We use [react-markdown](https://github.com/rexxars/react-markdown) currently, and moving to MDX with Next would be ideal,…
-
I am having trouble getting MDX (0.2.8) to work with CRA (react-scripts 2.1.8) and React (16.8.6). I am using Node 10.1.0. (Just updated to 11.13.0, problem persists)
I keep getting the error:
`Ca…
-
CodeSandbox with reproduction:
https://codesandbox.io/s/epic-snow-6oz96?file=/src/App.js:417-482
Using two components in the same line result in only the first one being added to the react tree.…
-
https://mdxjs.com/guides/writing-a-plugin
All markdown links in the project pages `src/data/project-main-content` should go to an external browser tab. We can write a plugin to do that.
-
Hello! I am trying to use this plugin to auto-close tags in an MDX file (see https://mdxjs.com), but I can't seem to get it to work. I have tried setting `"auto-close-tag.activationOnLanguage": ["mdx"…