-
Create a diagram and brief explanation of the phases in markdown processing and how data will be passed between phases.
Demonstrate the contents of the markdown after each transformation
Related…
ghost updated
3 years ago
-
A continuation of #176 that will handle JSX blocks using a custom block parser that extends remark. This will ensure that JSX blocks that contain empty new lines are parsed as a single, cohesive block…
johno updated
2 years ago
-
- [x] Modify html generation to add id's to header tags using remark-slug.
- [x] Define minimal bindings for relevant remark libraries to parse a markdown file.
- [x] Using remark bindings, generate…
ghost updated
3 years ago
-
### Subject of the feature
This is either a question or feature request. I'd like to be able to take a "partial" of mdx and render to just a jsx fragment, instead of a full component with a layou…
-
There's a `meta` field defined in mdast https://github.com/syntax-tree/mdast#code with code below:
```js filename=index.js
const a = 5;
```
And it's available under mdx-js/mdx, you can che…
-
This fails inside storybook (MDX) and in the mdxjs.com playground:
```
.foo { color: red; }
```
Playground errors: `SyntaxError: No-Inline evaluations must call 'render'.`
and
```
Synta…
-
Hey @macintoshhelper
I think you are missing dependencies in package.json. I would guess that you need `peerDependecy` of `react` and a `dependency` of `@mdx-js/runtime`.
If you agree, I can al…
-
The ambiguity of "naked" JS(X) blocks in MDX is, I think, a serious issue; and it seems really hard to parse properly! What if there was a special kind of fenced code block in which JS statements were…
-
### Describe the bug.
Run `make linkcheck`:
```sh
Running Sphinx v3.5.4
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [linkcheck]: t…
-
## 🚀 Feature
It is common to add links to GitHub from project documentation, for example to example applications.
The approach of using a regular link has multiple problems.
1. GitHub repositorie…