Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Code of Conduct

This is Markdown source code to produce HTML (for https://python.nz) and PDF (for printing).

Create HTML

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)

Create PDF

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