Update what YAML means, closes #1076

This commit is contained in:
mine-cetinkaya-rundel 2022-10-25 23:11:30 -04:00
parent 8fd4d856c2
commit b38829f31e
1 changed files with 1 additions and 2 deletions

View File

@ -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 <https://www.georgegopen.com/the-litigation-articles.html>.
They are aimed at lawyers, but almost everything applies to data scientists too.