Convert Markdown to HTML optimized for Substack's rich text editor.
- Install dependencies:
npm install - Start dev server:
npm run dev - Open the URL shown in terminal (usually
http://localhost:5173) - Type or paste Markdown in the left panel
- Copy the formatted output and paste into Substack
Run npm run build to create optimized files in the dist/ folder.