Markdown to PDF
Styled PDF keeps the visual theme for sharing. Print mode keeps text searchable and selectable. Both support paper size, orientation and margins.
How to use it
- Enter Markdown and check page breaks
- Choose paper size, orientation and margins
- Export a styled PDF or open print mode
Limitations
Styled PDF turns page content into images. Choose Print / Searchable PDF when readers need to search or copy the text.
Input example
# Project weekly report
**Period:** This week · **Status:** In progress
## Summary
The core workflow is connected, and the layout has been checked with different paper sizes, orientations and margins.
## Completed
- Edit content with a live preview
- Export a styled image-based PDF
- Use print mode for a searchable PDF
| Area | Status |
| --- | --- |
| Content layout | Complete |
| Export checks | In progress |
| Release notes | To update |
<!-- pagebreak -->
# Next-week plan
## Priorities
1. Check pagination on both A4 and Letter
2. Review headers, footers and page numbers
3. Confirm tables do not split through a row
> Put `<!-- pagebreak -->` on its own line to force a page break where needed.