-
I'm trying to configure rehype-pretty-code alongside rehype-mdx-code-props in a next-mdx-remote setup but haven’t managed to get it to work as expected. I'm aiming to enable syntax highlighting with c…
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CONTRI…
-
✘ [ERROR] Build failed with 8 errors:
✘ [ERROR] Could not resolve "mime/lite.js"
src/handlers/handleRead.js:4:24:
4 │ import { getType } from "mime/lite.js"
╵ …
-
I've been trying to add the plugins "remark-math" and "rehype-mathjax" to the MDC configuration but it doesn't work and the "docs" are not clear about that.
It works with the @nuxt/content module,…
-
I'm trying to add mermaid charts to my site, but neither [remark-mermaidjs](https://github.com/remcohaszing/remark-mermaidjs?tab=readme-ov-file) or [rehype-mermaid](https://github.com/remcohaszing/reh…
-
We're using two libraries for markdown processing: remark, in question markdown parsing; and showdown, in `pl-rich-text-editor` and the preview pane of `pl-file-editor`. Remark seems to be way more ro…
-
### Describe the improvement
Is it possible to build this into a WASM, so that JavaScript developers can have a more performant alternative for rehype-remark or turndown?
The difficulty is how to …
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CONTRI…
-
I configure the plugin like this:
```javascript
import nextMDX from "@next/mdx";
import remarkSVGBob from "remark-svgbob";
const withMDX = nextMDX({
extension: /\.mdx?$/,
options: {
…
-
I noticed an issue when trying to include an inline link in my Ghost Markdown (`this is an [inline link](#inline-link)`). Ghost sends down the `htmlAst` properly formatted but the rendered html is imp…
nring updated
2 years ago