Skip to content
Brad Cannell edited this page Jul 11, 2023 · 4 revisions

Welcome to the Test Quarto Book wiki!

Welcome to the wiki for the Test Quarto Book! Because the Test Quarto Book is itself a collection of notes on creating Quarto books, this wiki probably won’t be used the same way it is used for other book projects. Instead of being used a notes to authors and contributors, it will probably just be a very brief wiki example for me.

This wiki can be edited directly through the web browser or cloned locally and edited in the r4epi.wiki file.

Other wikis

Wiki headers

This section assumes that the wiki has been cloned to the local computer and is being editted there.

On GitHub,

  • The first header displayed (e.g., “Home”) comes from the qmd/md file name (e.g., Home.qmd).

  • The second header displayed (e.g., “Welcome to the Test Quarto Book wiki!”) comes from title in the yaml header of the the qmd file name. For example, title: "Welcome to the Test Quarto Book wiki!".

  • The remaining headers come from headers embedded in the qmd document. For example, # Wiki headers.

R for Epidemiology Wiki

Authoring Procedures

Clone this wiki locally