A simple CLI tool for converting markdown to PDF.
deno install -grA jsr:@ryu/md2pdf/cli
Note: If you want to update the CLI, please reinstall with -f
flag.
md2pdf: A simple CLI tool for converting markdown to PDF.
Usage: md2pdf [OPTION]... [FILE]...
Options:
-w, --watch Watch for file changes.
-h, --help Print help.
--stylesheet Set CSS file path used for rendering.
We can specify CSS file used in the front matter of markdown.
---
stylesheet: ./github.css
---
# Hello World
- md-to-pdf - Markdown to PDF CLI for Node.js.