i could probably add a fourth panel about using LaTeX but i don’t understand it enough to say for sure

  • rustydrd@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    8
    ·
    10 days ago

    When generating PDFs via pandoc, Markdown can contain any LaTeX directive, including packages in the preamble and any environments in the document. Pandoc converts the .md file into a .tex file based on the template you chose, and it allows both saving the .tex file and writing your own templates.