A clean, static Markdown previewer that renders formatted HTML in real time as you type. Built with plain HTML, CSS, and JavaScript for fast deployment on GitHub Pages.
- Real-time Markdown rendering
- Split editor / preview layout
- Seeded sample content for quick testing
- Reset button to restore the sample Markdown
- Static deployment with relative asset paths
Open index.html directly in a browser, or serve the folder with a simple static server:
python3 -m http.server 8123Then visit http://127.0.0.1:8123.
https://afunls.github.io/md-preview/
index.html— app structure and CDN markdown renderer includestyle.css— layout and visual stylingscript.js— sample content, live rendering, reset behavior