A minimal Markdown editor and live previewer built to demonstrate
markdown-it-graph.
This project is a lightweight playground for parsing and rendering custom graph blocks using markdown-it and react-chartjs-2.
npm install
npm run devThis will start the development server.
npm run buildThis outputs the final static files to the dist/ directory.
markdown-it-graph— The Markdown-it plugin that powers the chart syntax support.
MIT