How to specify numbered sections in Pandoc’s front matter?
In order to turn on numbered-sections in latex output you need to use numbersections in your YAML block. If you ever want to “discover” things like this with pandoc just poke around the templates: $ grep -i number default.latex $if(numbersections)$ $ grep -i number default.html* $ As you can see this option does not work … Read more