Standard contracts that we use.
We've used the markdown-pdf Atom editor package to convert the Markdown documents to PDF.
From the command line it's also possible to use pandoc and xelatex
# Install with Homebrew
brew install pandoc basictex
# Install with apt
sudo apt install -y pandoc texlive-xetex
# Convert markdown to PDF
pandoc src/standard-14days.md --pdf-engine=xelatex -o contract.pdf