https://github.com/microwebstacks/next_mdx_toc
testing of react components with Nextjs and mdx generation of ToC
https://github.com/microwebstacks/next_mdx_toc
Last synced: 4 months ago
JSON representation
testing of react components with Nextjs and mdx generation of ToC
- Host: GitHub
- URL: https://github.com/microwebstacks/next_mdx_toc
- Owner: MicroWebStacks
- License: mit
- Created: 2022-03-27T16:50:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T08:50:58.000Z (about 3 years ago)
- Last Synced: 2024-10-29T14:22:12.220Z (8 months ago)
- Language: JavaScript
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live demo
http://microwebstacks.github.io/next_mdx_toc/# next mdx toc
* next.js
* mdx support and parsing
* generation of Table Of Content
* usage of MUI# Reference
* takeover from https://github.com/WebSVG/next-svg
* mdx in nextjs : https://nextjs.org/docs/advanced-features/using-mdx
* mdx remote : https://github.com/hashicorp/next-mdx-remote
* mdxjs table of components : https://mdxjs.com/table-of-components/mdx dependencies
* remark : https://github.com/remarkjs/remark
* rehype : https://github.com/rehypejs/rehype