All Formats
Overview
Pandoc supports a huge array of output formats, all of which can be used with Quarto. To use any Pandoc format just use the format
option or the --to
command line option.
For example, here’s some YAML that specifies the use of the html
format as well as a couple of format options:
---
title: "My Document"
format:
html:
toc: true
code-fold: true
---
Alternatively you can specify the use of a format on the command line:
Terminal
quarto render document.qmd --to html
See below for a list of all output formats by type along with links to their reference documentation.
Documents
HTML | HTML is a markup language used for structuring and presenting content on the web. |
PDF is a file format for creating print-ready paged documents. | |
MS Word | MS Word is the word processor included with Microsoft Office. |
OpenOffice | OpenDocument is an open standard file format for word processing documents. |
ePub | ePub is an e-book file format that is supported by many e-readers. |
Presentations
Revealjs | Revealjs is an open source HTML presentation framework. |
PowerPoint | PowerPoint is the presentation editing software included with Microsoft Office. |
Beamer | Beamer is a LaTeX class for producing presentations and slides. |
Markdown
GitHub | GitHub Flavored Markdown (GFM) is the dialect of Markdown that is currently supported for user content on GitHub. |
CommonMark | CommonMark is a strongly defined, highly compatible specification of Markdown. |
Hugo | Hugo is an open-source static website generator. |
Docusaurus | Docusaurus is an open-source markdown documentation system. |
Markua | Markua is a markdown variant used by Leanpub. |
Wikis
MediaWiki | MediaWiki is the native document format of Wikipedia. |
DokuWiki | DokuWiki is a simple to use and highly versatile open source wiki software that doesn’t require a database. |
ZimWiki | Zim is a graphical text editor used to maintain a collection of wiki pages. |
Jira Wiki | Jira Wiki is the native document format for the Jira issue tracking and project management system from Atlassian. |
XWiki | XWiki is an open-source enterprise wiki system. |
More Formats
JATS | JATS (Journal Article Tag Suite) is an XML format for marking up and exchanging journal content. |
Jupyter | Jupyter Notebooks combine software code, computational output, explanatory text and multimedia resources in a single document. |
ConTeXt | ConTeXt is a system for typesetting documents based on TEX and METAPOST. |
RTF | The Rich Text Format (RTF) is a file format for cross-platform document interchange. |
reST | reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. |
AsciiDoc | AsciiDoc is a text document format for writing documentation, articles, and books, ebooks, slideshows, web pages, man pages and blogs. |
Org-Mode | Org-Mode is an Emacs major mode for keeping notes, authoring documents, creating computational notebooks, and more. |
Muse | Emacs Muse is an authoring and publishing environment for Emacs. |
GNU Texinfo | Texinfo is the official documentation format of the GNU project. |
Groff Man Page | The Groff (GNU troff) man page document formats consists of plain text mixed with formatting commands that produce ASCII/UTF8 for display at the terminal. |
Groff Manuscript | The Groff (GNU troff) manuscript format consists of plain text mixed with formatting commands that produces PostScript, PDF, or HTML. |
Haddock markup | Haddock is a tool for automatically generating documentation from annotated Haskell source code. |
OPML | OPML (Outline Processor Markup Language) is an XML format for outlines. |
Textile | Textile is a simple text markup language that makes it easy to structure content for blogs, wikis, and documentation. |
DocBook | DocBook is an XML schema particularly well suited to books and papers about computer hardware and software. |
InDesign | ICML is an XML representation of an Adobe InDesign document. |
TEI Simple | TEI Simple aims to define a new highly-constrained and prescriptive subset of the Text Encoding Initiative (TEI) Guidelines suited to the representation of early modern and modern books. |
FictionBook | FictionBook is an open XML-based e-book format. |