Quarto Markdown: basics

Introudction (1/7)

markup
qmd
quarto
introduction
Introduction to Quarto web
Author

albertprofe

Published

Tuesday, June 1, 2021

Modified

Friday, November 1, 2024

1 Overview

Quarto is a publishing system/engine based on Pandoc and uses its variation of markdown as its underlying document syntax. Pandoc markdown is an extended and slightly revised version of John Gruber’s Markdown syntax.

Markdown is a plain text format that is designed to be easy to write, and, even more importantly, easy to read:

A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. – John Gruber

This document provides examples of the most commonly used markdown syntax. See the full documentation of Pandoc’s Markdown for more in-depth documentation.

2 Syntax

Markdown Basics

Markdown Basics

Text Formatting Headings Links & Images Lists Tables Source Code Equations Diagrams Videos Page Breaks Divs and Spans Callout Blocks Other Blocks

Figures

Figures

Figure Basics Linked Figures Figure Alignment Alt Text Multiformat Figures Subfigures Figure Panels Figure Divs LaTeX Figures Caption Locations Custom Layouts Computations Block Layout

Tables

Tables

Markdown Tables Column Widths Cross References Caption Location Computations Grid Tables

Diagrams

Diagrams

Mermaid Graphviz Authoring Figures File Include Sizing Mermaid Formats Code Echo Chrome Install

Videos

Videos

Video URL Options Revealjs

Callout Types

Callout Types

Markdown Syntax Customizing Appearance Format Support

Cross References

Cross References

Figures Tables Equations Sections Code Listings Theorems and Proofs References Chapter Numbering Lists Options

Title Blocks

Title Blocks

Title Banners Date Metadata Labels

Article Layout

Article Layout

Markdown Syntax Customizing Appearance Format Support

Presentations

Presentations

Creating Slides Incremental Lists Multiple Columns Learning More

Back to top