Skip to content

2.3.0

Choose a tag to compare

@simonhaenisch simonhaenisch released this 27 Oct 01:30
· 336 commits to master since this release

watch mode 👀

md-to-pdf --watch

(or md2pdf -w) converts all files in the current directory and then watches them for changes... they'll be converted into PDFs again as soon as you save them.

You can also watch only a single file:

md-to-pdf --watch readme.md

Only tested on macOS, please let me know if you have any issues on other platforms.