Thursday, the 19th of October, 2023
Quarto (quarto.org):
Pandoc (pandoc.org):
Additionally, you can download and install Quarto using:
Usage: quarto
Version: 99.9.9
Description:
Quarto CLI
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.
Commands:
render [input] [args...] - Render files or projects to various document types.
preview [file] [args...] - Render and preview a document or website project.
serve [input] - Serve a Shiny interactive document.
create [type] [commands...] - Create a Quarto project or extension
create-project [dir] - Create a project for rendering multiple documents
convert <input> - Convert documents to alternate representations.
pandoc [args...] - Run the version of Pandoc embedded within Quarto.
typst [args...] - Run the version of Typst embedded within Quarto.
run [script] [args...] - Run a TypeScript, R, Python, or Lua script.
add <extension> - Add an extension to this folder or project
install [target...] - Installs an extension or global dependency.
publish [provider] [path] - Publish a document or project to a provider.
check [target] - Verify correct functioning of Quarto installation.
help [command] - Show this help or the help of a sub-command.
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
default
default
_quarto.yml
: project configuration file.Default.qmd
: default Quarto document.website
blog
book
manuscript
library(tidyverse)
library(palmerpenguins)
penguins |>
mutate(
bill_ratio = bill_depth_mm / bill_length_mm,
bill_area = bill_depth_mm * bill_length_mm
)
penguins
, and then,
This is a figure
Figure 1 is the reference to a figure. Or is it?
This is a table
Table 1 is the reference to a table. Or is it?
Define a new cross-reference type:
float
.
This is text
Text 1 (a) is the reference to a text.
Discover more extensions at: