Convert markdown to pdf

You can use mdpdf to convert markdown to pdf.

Markdown is a language that makes you create html easily using # ### * _ and other stuff like this. A link is made like this:

[click me](https//pythonprogramming.altervista.org)

Install mdpdf

pip install mdpdf

Convert a md file to pdf

mdpf -o output.pdf text.md

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.