-
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 theme is using your plugin: http://remark-docs.readthedocs.io/en/latest/credits/index.html. It is being sold as product: http://getbootstrapadmin.com/remark/. Doesn't it break your GPL-3.0 licens…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …
-
### Link to the code that reproduces this issue
https://github.com/carloscuesta/next-mdx-turbo-plugins-issue
### To Reproduce
1. Clone the provided repository
2. Install the dependencies
3.…
-
Lint Markdown files for consistent formatting and display the result in the command line and CI.
Use `remark-lint`'s style guide described in details on the page of the tool itself https://github.c…
-
Markdown-it -> Remark
I've been contributing Remark for a year and more. It's ecosystem is really awesome!!
It generates AST(abstract syntax tree) just like babel does. So, creating custom markdo…
-
## Description
Currently, there doesn't seem to be a way to remove the whitespace in definitions lists in markdown like the `tight` option in remark-toc.
We should look into whether remark has an …
-
Would *love* a short-hand for have a data table using the classic markdown transclusion ...
## Job story / Feature description
In markdown have this ...
```md
![](path-to-my.csv)
```
And turns int…
-
The title basically explains it, I am writing a remark plugin that runs prior to `remark-shiki-twoslash` and I would like to parse the metastring, remove a key and use it for something unrelated and r…
-
Sorry if this is not a bug and actually a feature request or intended behavior.
## Description
Schema fields added with `addSchemaResolvers` are not accessible at route buildtime. When using the…