You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve README with visual examples and add CONTRIBUTING.md
Add light/dark PDF screenshots so people can see the output quality
before installing. Reorganize README to lead with agent skill install.
Add a short CONTRIBUTING.md with dev setup and PR checklist.
Made-with: Cursor
markpdf report.md --keep-together # keep sections on same page
24
-
markpdf --help # full docs
29
+
markpdf report.md -k # keep sections on same page
25
30
```
26
31
27
-
## Why
28
-
29
-
Most messaging apps (Slack, Discord, Teams, WhatsApp, email) don't render markdown. When an AI agent needs to send a human a formatted document, it can convert markdown to a polished PDF and attach it instead.
> Source: [`tests/fixtures/showcase.md`](tests/fixtures/showcase.md) | Full PDFs: [`examples/`](examples/)
50
+
51
+
## Why markpdf?
52
+
53
+
Most messaging apps (Slack, Discord, Teams, WhatsApp, email) don't render markdown. `markpdf` turns it into a polished PDF — no browser, no LaTeX, no config.
0 commit comments