2.3.0
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.