This is a complex mdx processor that can be used to process mdx files with custom components and custom plugins. what it can do:
- process mdx files with custom components
- process mdx files with LaTeX math formulas
- process mdx files with Tables
- process mdx files with Embedded code
clone the repo and run npm install
to install all the dependencies.
run node main.js
to start the app.