Your First PDF¶
Create hello.md:
---
title: Hello Markprint
theme: github
toc: true
---
# Hello
This is my first **Markprint** PDF.
```python
print("hello from a code block")
```
Render it:
What happened?¶
Markprint performed these steps:
- Loaded
hello.md. - Parsed frontmatter.
- Converted Markdown to HTML.
- Generated syntax highlighting CSS.
- Loaded the
githubtheme. - Built a full printable HTML document.
- Rendered the PDF.
Debug the intermediate HTML¶
Use debug output when a theme, asset, or layout does not look right.