This is Markdown source code to produce HTML (for https://python.nz) and PDF (for printing).
Use pandoc:
pandoc -s code-of-conduct.md -o code-of-conduct.html -V "pagetitle:Code of Conduct"
(-s standalone, pagetitle to suppress title warning without inserting another
headline)
Just print the HTML from your browser to a PDF file.
If you want to use a dedicated
conversion tool instead, we've successfully used weasyprint:
weasyprint code-of-conduct.html code-of-conduct.pdf