Top "Pandoc" questions

Pandoc is an open-source, command-line, universal document converter for converting between various markup formats.

R markdown pandoc document conversion failed with error 1 after updating pandoc from 1.19 to 2.4

I recently installed pandoc 2.4 on Windows and the conversion failed with error 1 occurs for all knitting. I can't knit html, …

rstudio r-markdown knitr pandoc document-conversion
How can I change PDF output font from within the YAML header when using Pandoc on Markdown?

Is there a (built-in) way to set a different font (or fonts) to use in the Pandoc YAML header? Ideally, …

fonts pandoc
centre title in PDF converted from markdown using Pandoc

I'm converting a markdown document to a PDF document using Pandoc from within R. I'm trying to centre the title. …

r markdown pandoc
Specifying papersize for md to pdf conversion

I've read you can specify papersize by pandoc -V papersize:"a4paper" .... This doesn't seem to work anymore. I've managed …

pandoc
Compile multiple files into one with title blocks

I'd like to know how to compile multiple pandoc files into one output document, where each input file has a …

pandoc
Chrome rendering MathJax equations with a trailing vertical line

I am working through Andrew Ng's machine learning course on Coursera using the Octave kernel for Jupyter and of course …

google-chrome pandoc mathjax jupyter
Setting bgcolor in markdown

I want to set the page bgcolor through markdown. Is there any way besides explicitly including, say, <body bgcolor="#336655"&…

markdown pandoc multimarkdown
Use maven-exec-plugin to run command line

I want to use maven-exec-plugin to run command line (cmd) for converting a Markdown file to a PDF file using …

maven pom.xml maven-plugin pandoc exec-maven-plugin
Preserve line breaks in title using pandoc

Consider the following title block in pandoc-flavored Markdown: % Higgelty Pigglety Pop! or There Must Be More to Life % Maurice Sendak …

latex markdown pandoc
Is there a way to have conditional markdown chunk execution in Rmarkdown?

I am an instructor looking to make a homework assignment and homework solution guide from the same Rmarkdown file by …

r markdown knitr r-markdown pandoc