pmd

print markdown to pdf

Usage no npm install needed!

<script type="module">
  import pmd from 'https://cdn.skypack.dev/pmd';
</script>

README

pmd

Renders a markdown file to pdf.

pmd README.md
Rendered PDF at /home/suyash/projects/pmd/README.pdf

optionally takes an output directory as parameter with -o or --output.

Basically a combination of yoshuawuyts/vmd and electron's printToPDF