1project: 2 type: book 3 4book: 5 title: "Simple" 6 author: "Jane Doe" 7 date: "1/18/2023" 8 chapters: 9 - index.qmd 10 - intro.qmd 11 - chapter2/chapter2.qmd 12 - summary.qmd 13 - references.qmd 14 15bibliography: references.bib 16 17format: 18 html: default 19 pdf: default 20 asciidoc: default 21 22