Print Markdown tool — convert Markdown & Mermaid to PDF
PrintifyMarkdown supports standard and GitHub Flavored Markdown (GFM):
#, ##, ### for titles.**bold** for emphasis and `code` for inline monospace.:--- / :---: / ---: column alignment and row striping.- [ ] and - [x].[^1] and define [^1]: … (rendered at the end of the document).) load live at compile time.[!NOTE], [!TIP], [!IMPORTANT], [!WARNING], [!CAUTION]) plus common Obsidian types ([!info], [!success], [!danger], [!bug], [!faq], …). Case-insensitive.<div class="page-break"></div> to force a clean print separation.> [!WARNING]
> Back up your data before migrating.
Render flowcharts, sequence diagrams, and gantt charts directly in the PDF document. Write them inside a standard code block:
```mermaid
graph TD
A[Start] --> B(Process)
B --> C((End))
```
All Mermaid charts print in crisp monochrome (black text and white backgrounds) for readability.
Render equations with KaTeX. Use a latex, math, or tex fence for display math:
```latex
\frac{\partial L}{\partial w} = \sum_{i=1}^{n} (y_i - \hat{y}_i) x_i
```
Inline and display delimiters also work in prose: $E=mc^2$, $$\\int_0^1 x\\,dx$$, \\(...\\), and \\[...\\].
To render slides or carousel cards, wrap slide blocks inside a carousel code block and split them using <!-- slide --> markers:
````carousel
```markdown
### Slide 1
* Point 1
```
<!-- slide -->
```markdown
### Slide 2
* Point 2
```
````
These render as clickable carousels in browser HTML outputs, and stack vertically as bordered layout cards in printed PDFs.
Standard Markdown allows raw HTML. PrintifyMarkdown styles common GFM/Typora tags for print-ready PDFs:
<details><summary>…</summary>…</details> — expanded in the PDF so hidden content is visible on paper.<kbd>Ctrl</kbd> + <kbd>C</kbd><sub>, <sup>, <mark>, <ins>, <del>, <abbr title>, <samp>, <var>, <cite>, <small><figure> / <figcaption>, definition lists (<dl>/<dt>/<dd>), ruby annotations<img>, <picture>, <video>, <audio> — PDFs include a source URL card (playback is not interactive on paper)<iframe> (YouTube, CodePen, maps) — printed as a titled link card because Chromium cannot capture live iframe pixels reliably<details>
<summary>Click to expand extra details</summary>
<p>Hidden content goes here.</p>
</details>
Press <kbd>Ctrl</kbd> + <kbd>C</kbd> to copy.
H<sub>2</sub>O and E=mc<sup>2</sup> with <mark>highlighted</mark> text.
Avoid blank lines inside an HTML block when you need a single contiguous element. Prefer safe tags; <script>/<style>/<form> are not intended for documents (GitHub’s GFM tagfilter also blocks them).
PrintifyMarkdown is an online Print Markdown tool for turning .md files into publication-grade PDFs. Paste Markdown or upload a document, render Mermaid diagrams, choose A4 or Letter pages, and download a tagged PDF—ideal when you need to convert Markdown to PDF or run a quick MD to PDF export without installing Pandoc.
[!NOTE] … [!CAUTION] plus Obsidian callouts like [!info] / [!success] / [!danger])<details> accordions, <kbd>, <mark>/<sub>/<sup>, media, and iframe link cards in PDFlatex fences and $/$$ delimiters)A Print Markdown tool converts Markdown into a layout you can print or save as PDF—preserving structure instead of dumping raw text into the printer dialog.
Yes for individual web conversions under fair-use limits. For API or bulk volume, enquire about API pricing.
Yes. Place diagrams in ```mermaid fences; they render into the PDF. Start with Markdown print with Mermaid or the Mermaid to PDF guide.
Upload or paste your Markdown above, set page options, and click Compile to PDF. Step-by-step: How to convert Markdown to PDF.
No. Files are removed within 24 hours after processing.