Top "Pandoc" questions

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

How to set the number of decimals in report produced with knitr/pander?

I know it's a fairly old problem, and it has been discussed before, but I can't get it work as …

r knitr pandoc pander
How to make a figure caption in Rmarkdown?

I am thinking about writing my thesis with rmarkdown and latex. I'm getting the hang of how it all works, …

knitr r-markdown pandoc
Pandoc: What are the available syntax highlighters?

Bullet point 18 of http://pandoc.org/demos.html#examples shows how to change the syntax highlighter used by giving an …

syntax-highlighting pandoc
Inserting a page break within a code chunk in rmarkdown (converting to pdf)

I am using rmarkdown, pandoc and knitr to create a pdf including chunks of r code. Within a code chunk …

r pdf knitr r-markdown pandoc
Pandoc and foreign characters

I've been trying to use Pandoc to convert some Markdown into a PDF file. This is a sample that Pandoc …

pdf markdown pandoc
Pandoc convert docx to markdown with embedded images

When converting .docx file to markdown, the embedded image is not extracted from the docx archive, yet the output contains ![](…

pandoc
How to add a page break in word document generated by RStudio & markdown

I writing a Word document with R markdown in R Studio. I can get many things, but at the moment …

r markdown rstudio pandoc
Setting document title in Rmarkdown from parameters

I've got an Rmarkdown template that works well, and I've parameterized it so I can generate variants of the same …

r r-markdown pandoc
How to use latex equation environment in Pandoc Markdown?

In Pandoc markdown, I can use '$$' to start a display math environment. However, these equations are not numbered …

latex markdown mathjax pandoc
Knitr & Rmarkdown docx tables

When using knitr and rmarkdown together to create a word document you can use an existing document to style the …

r knitr r-markdown docx pandoc