wcaleb’s avatarwcaleb’s Twitter Archive—№ 6,052

  1. …in reply to @cliotropic
    @cliotropic I think Pandoc template would allow you to do away with markdown environment altogether. Put everything now in the environment+
    1. …in reply to @wcaleb
      @cliotropic Pandoc allows raw TeX in input, though it treats anything inside an environment as TeX johnmacfarlane.net/pandoc/README.html#raw-tex
    2. …in reply to @wcaleb
      @cliotropic $body$ and then use that new LaTeX file as the template in a Pandoc command. May still need tweaks but that's the basic approach