Preview:
# Instalar pandoc
sudo apt-get install pandoc  # Linux
brew install pandoc          # Mac
# Windows: descargar de pandoc.org

# Convertir Markdown a PDF
pandoc guia.md -o guia.pdf --pdf-engine=xelatex

# Con formato más bonito
pandoc guia.md -o guia.pdf --template=eisvogel
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter