One-click export of Markdown to GitHub-styled HTML (auto light/dark), plus a shareable ZIP that bundles linked Markdown pages and local assets for offline viewing.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
One-click export of Markdown to GitHub-style HTML (auto light/dark), plus a shareable ZIP that bundles linked Markdown pages and local assets for offline viewing.
Use cases
Share Markdown documentation with clients without sharing your entire repo.
Keep the familiar GitHub look and readability in a local browser.
Export a folder of docs as a single offline ZIP.
Quick start
Open a .md file in VS Code.
Click the export icon in the editor title bar:
Choose an export option:
Export options
Option
Output
Notes
Export to .html
Sibling .html next to the active .md
GitHub-style CSS (auto light/dark); preserves relative links and image paths
Export to ZIP (.html + assets)
Sibling .zip next to the active .md
Rewrites local Markdown links (.md → .html) and bundles linked pages + local assets
Export folder → ZIP (bulk)
.zip saved to a chosen location
Exports the active Markdown file’s parent folder (all .md files) and bundles local assets
Demos
Export current Markdown to HTML
Export current Markdown to a shareable ZIP
Export a folder to a shareable ZIP (bulk export)
Commands
Editor toolbar (Markdown files): click the export icon to open the export picker.
Command Palette: Export Markdown, Export to GitHub-Style HTML, Export to GitHub-Style HTML (ZIP + Assets)