-
Hello :wave:
I've noticed that after recent pull requests, particularly those involving Korean character changes, the HTML conversion process occasionally gets stuck and doesn't finish. Sometimes, …
-
I'm requesting a feature like Docusaurus to use MDX syntax within `.md` files. Refer [link](https://docusaurus.io/docs/next/markdown-features#mdx-vs-commonmark)
**Why**: I work in a tech company an…
-
`.slob` is popular foss _offline_ dictionary format currently used in [Aard2](https://f-droid.org/packages/itkach.aard2/) for Android.
- https://github.com/itkach/slob
- Available dictionaries : htt…
-
We need to research what it entails to format ".mdx" files. Can we somehow our current support for Markdown and JSX/TSX files in a simple way to support MDX.
-
When working with `"markdown.preferredMdPathExtensionStyle": "removeExtension"` set, and a mix of MDX and MD files, it is not possible to validate and autocomplete links to MDX files from MD files usi…
-
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…
-
## User Story
- As a content consumer, content manager, and SEO manager
- I am accustomed to the base URL for blog posts to include `/blog/`
- Which signals to me and search engines such as Google tha…
-
**Describe the bug**
When I wrote a simple counter component and imported it into the mdx file to render as content, Nextjs said that the component was not supported.
**To Reproduce**
Steps to re…
-
Hi, thank you for your work. I would like to use your plugin against `*.mdx` files.
In my Treesitter config, I have this setting :
```lua
vim.filetype.add({
extension = {
…
-
I'm seeing tons of different tools to use like gray-matter (front matter parser), remark (markdown to html transformer), and mdx (a react extension for markdown files).
I'm not exactly sure what's …