-
Hi!
remark is switching to a new parser (and compiler) internally ([micromark](https://github.com/micromark/micromark), [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536)), which …
-
This would make it easier to use the library with unist
-
> Docusaurus 的默认插件会在自定义备注插件之前运行,这意味着图片或链接已经通过 require() 调用转换为 JSX。例如,在上面的示例中,即使现在所有 h2 标题的前缀都是 Section X.,生成的目录仍然是一样的,因为 TOC 生成插件是在我们的自定义插件之前调用的。如果您需要在默认插件之前处理 MDAST,请使用 beforeDefaultRemarkPlugins 和 b…
-
This is quite limited in the spec to: `eq`, `numref`, `ref`, `doc` https://github.com/executablebooks/myst-spec/blob/main/schema/references.schema.json#L37 (even doc is missing in this schema file) - …
-
Individual files allow `parts` to be defined in their frontmatter. These are respected for static exports of those files. However, parts cannot be defined at the project/export level. We should extend…
-
### 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…
-
Replace simple `$\ref{label}$` with an equation reference. Should be for inlineMath only.
* ref
* eqref
-
`remark` supports the following notation:
~~~markdown
```js foo bar baz
var x = 1
```
~~~
In the MDAST `Code` node, `js` becomes `lang` and `foo bar baz` becomes `meta`.
Since MDSveX allo…
-
We need to improve the terminology so we're naming things in a way that's both consistent within the grammar and with generally accepted terminology.
For inspiration we should draw on:
* HTML (M…
-
```
$ npm install -g wat
C:\Users\mohamed.eltuhamy\AppData\Roaming\npm\wat -> C:\Users\mohamed.eltuhamy\AppData\Roaming\npm\node_modules\wat\bin\index.js
wat@0.1.40 C:\Users\mohamed.eltuhamy\AppData\R…