Top "Pandoc" questions

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

How do I make a reference to a figure in markdown using pandoc?

I'm currently writing a document in markdown and I'd like to make a reference to an image from my text. …

latex markdown figure cross-reference pandoc
Pandoc markdown page break

Recently I started using Pandoc markdown which seems a good alternative to LaTeX, as my document does not have many …

latex markdown pandoc
How to control cell width in pandoc/markdown table?

Is there a way to control the maximum cell width in a pandoc table? For example: | | | |----------|------------| | I want …

markdown pandoc
What can I control with YAML header options in pandoc?

Only by chance did I see an example document using the toc: true line in their YAML header options in …

yaml pandoc
Markdown to docx, including complex template

I have automated my build to convert Markdown files to DOCX files using Pandoc. I have even used a reference …

markdown docx pandoc
pandoc version 1.12.3 or higher is required and was not found (R shiny)

I have a problem generating a pdf report from my app shiny which is hosted on a server. the app …

pandoc r-markdown shiny-server
From Markdown to PDF: how to change the font-size with Pandoc?

I'm converting some Markdown files into PDF using Pandoc like this: pandoc input.md -V geometry:margin=1in -o output.…

pdf latex font-size pandoc
How to combine two RMarkdown (.Rmd) files into a single output?

I have two files in the same folder: chapter1.Rmd and chapter2.Rmd, with the following content: chapter1.Rmd --- …

r knitr pandoc r-markdown
Creating a footer for every page using R markdown

I'm writing a document in R Markdown and I'd like it to include a footer on every page when I …

r-markdown knitr pandoc
Regression tables in Markdown format (for flexible use in R Markdown v2)

The new version of R Markdown is based on pandoc, so you can easyly change the output format. My Problem …

r knitr pandoc r-markdown