Intro All I wanted to do was to convert a markdown (.md) file to pdf for crying out loud. I heard it was possible and good to use pandoc. For years I ran the command I was supposed to. Looks like this: pandoc input.md -o output.pdf But all I got was this: pdflatex not found. Please select a different –pdf-engine…