From b38829f31e04b5a65b979053e9d28e05dff0f723 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Tue, 25 Oct 2022 23:11:30 -0400 Subject: [PATCH] Update what YAML means, closes #1076 --- quarto.qmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quarto.qmd b/quarto.qmd index c5332bc..730c9df 100644 --- a/quarto.qmd +++ b/quarto.qmd @@ -521,7 +521,7 @@ The easiest way to do that is to set `error: true` on the chunk causing the prob ## YAML header You can control many other "whole document" settings by tweaking the parameters of the YAML header. -You might wonder what YAML stands for: it's "yet another markup language", which is designed for representing hierarchical data in a way that's easy for humans to read and write. +You might wonder what YAML stands for: it's "YAML Ain't Markup Language", which is designed for representing hierarchical data in a way that's easy for humans to read and write. Quarto uses it to control many details of the output. Here we'll discuss three: self-contained documents, document parameters, and bibliographies. @@ -643,4 +643,3 @@ Both books will help you understand the structure of sentences and paragraphs, a (These books are rather expensive if purchased new, but they're used by many English classes so there are plenty of cheap second-hand copies). George Gopen also has a number of short articles on writing at . They are aimed at lawyers, but almost everything applies to data scientists too. -