Via the terminal (tested in 2020)
Download dependencies
sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
Try to use
pandoc MANUAL.txt -o example13.pdf
pandoc MANUAL.md -o example13.pdf
Via a Visual Studio Code extension (tested in 2020)
- Download the Yzane Markdown PDF extension
- Right click inside a Markdown file (
md) - The content below will appear
- Select the
Markdown PDF: Export (pdf)option
Note: Emojis are better in Windows than Linux (I don’t know why)
