Check spelling using pyspelling
:
sudo dnf install hunspell
pip install pyspelling
pyspelling -c .spellcheck.yml
Render as HTML and PDF using markdown-resume
:
mkdir public
podman run -v ${PWD}:/resume:z there4/markdown-resume md2resume html --template readable resume.md ./public
podman run -v ${PWD}:/resume:z there4/markdown-resume md2resume pdf --template readable resume.md ./public
Check for leaking metadata:
pdfinfo *.pdf