-
### Initial checklist
- [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/con…
-
Hello,
I am trying to use it as a plugin, but cannot manage it somehow.
Here is the error I receive:
```
Module build failed (from ./src/template-loader.js):
TypeError: Cannot read …
-
Hey; we add discussions on #1105 about improving our playground.
I think some comments there from @pi0 and @Atinux are really interesting about how we could move our parsing functions from client b…
Tahul updated
2 years ago
-
In the default configuration, enabling the Rehype plugin disables mermaid rendering. Is there something I'm missing in the editor configuration or docs?
-
think will be great to add the possibility send errors props with the format
```typescript
type Errors = {
startAt: number; // start position in string
endAt: number; // end position in stri…
-
Hi,
We're doing a [markdown engine](https://github.com/zestedesavoir/zmarkdown) using [`remark`](https://github.com/wooorm/remark/) with the [`rehype-katex`](https://github.com/Rokt33r/remark-math/…
-
I have separate components. One for creating new markdown and another for viewing saved markdowns on a separate page.
This is in a nextjs app but I don't think it's a next problem.
If I use rehy…
-
Default Blog UI was neat, but it has to be more cool with preconfigured default element like `` element.
TO DO:
- [x] MDX Component for `` tag
- [x] MDX Component for `` tag, which is long code s…
-
Split the lib in several parts
- `npm install @nextmarkdown/core` : contains everything **but** the markdownToHtml logic (commonjs lib)
- `npm install @nextmarkdown/markdown-to-html` : will contai…
frouo updated
2 years ago
-
Is there a way to use [prism plugins](https://prismjs.com/plugins/) and especially the [treeview plugin](https://prismjs.com/plugins/treeview/)?
As far as I understand [refractor does not allow pri…