pandoc -o fail.pdf -t pdf fail.md
awk -f draw.awk < input >| input.pgm
convert input.pgm -scale 1600% input.png
base64 input.png | tr -d '\n'