A modern, fast, and minimalist Markdown editor built with React 19 and Vite.
- Real-time Preview: Side-by-side editing and rendering.
- Math & Formulas: Integrated KaTeX support for mathematical expressions.
- Syntax Highlighting: Beautiful code blocks powered by prism/hlj.
- Functional Minimalism: design—focusing on clarity
npm installRun the app in development mode:
npm run dev
# or
npm startBuild the app for production (output to dist/):
npm run buildRun the test suite using Vitest:
npm run testPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.