An open API service indexing awesome lists of open source software.

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

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