Exports
Export your markdown to standalone HTML or PDF files. Both are Pro features — gated at the Rust backend level.
HTML Export
Ctrl+Shift+E — generates a complete standalone HTML file with:
- All your content rendered as HTML
- Syntax highlighting colors preserved
- KaTeX math with CDN font loading
- Mermaid diagrams as inline SVGs
- Responsive layout, ready to share or host
The exported file works offline — open it in any browser, no server needed.
PDF Export
Ctrl+Shift+P — generates a PDF with:
- Chapter breaks — each
##heading starts a new page - Proper heading hierarchy with visual weight
- Code blocks with syntax highlighting
- Clean typography optimized for print
INFO
PDF export is currently available on Windows only. macOS and Linux support is planned for a future release using a Rust-native PDF library.
Pro license required
Both exports check your license at the Rust layer — not in JavaScript. This means the gate can't be bypassed from the browser console.