mdx-go icon indicating copy to clipboard operation
mdx-go copied to clipboard

:zap: Lightning fast MDX-based dev server for progressive documentation

Results 10 mdx-go issues
Sort by recently updated
recently updated
newest added

Would be great, if you could put images you'd like to refer to in an article right inside the folder where the file for the article is and then refer...

![image](https://user-images.githubusercontent.com/19317416/134814197-c5250bcb-e941-47c1-abdd-45de09f0ef4e.png)

The documentation pages mention [`DocsLayout`](https://jxnblk.github.io/mdx-go/DocsLayout), yet when trying to import it, I'm being confronted with the error `"export 'DocsLayout' was not found in 'mdx-go'`, and this repo doesn't seem to...

Thanks for this amazing library! I have one question though: Can I export to `.md` files instead of html + js + css?

I've been trying to get this to work for a while now but, unfortunately, I haven't had the luck. Firstly, the directory structure looks like this: ``` ├── docs │  ...

I have a `doc` directory, with: * blank `index.mdx` * some docs in `build.md` `mdx-go` renders the default page as: > Project Documentation > TOC > * `` build I...

Attempting to use a custom file matching pattern to only process `.mdx` files and ignore `.js` but not having any luck. I've added: ```export const files = require.context('.', true, /\.mdx$/,...

Hi, First of all, thank you for your awesome work on all the libs! I noticed the `export const path = '...'` doesn't seem to work for me. I checked...

Hi! @jxnblk I create a PR for using [detect-one-changed](https://github.com/imcuttle/detect-one-changed) for a better writing experience in development. ![](https://i.loli.net/2018/10/28/5bd58a95c6b7d.gif)