diff --git a/CS_08.Rmd b/CS_08.Rmd index 2962fc5..be35711 100644 --- a/CS_08.Rmd +++ b/CS_08.Rmd @@ -47,7 +47,7 @@ You can specify that Quarto should produce multiple outputs using the following ``` format: html: default - github: default + gfm: default pptx: default docx: default ``` diff --git a/CS_08_Template/CS_08_template.qmd b/CS_08_Template/CS_08_template.qmd index a7b89ea..a027504 100644 --- a/CS_08_Template/CS_08_template.qmd +++ b/CS_08_Template/CS_08_template.qmd @@ -9,7 +9,9 @@ format: docx: default # MS Word --- + ```{r setup, include=FALSE} + knitr::opts_chunk$set(echo = TRUE, cache = TRUE) library(tidyverse) library(knitr) diff --git a/docs/CS_08.html b/docs/CS_08.html index d0293b3..33e8b30 100644 --- a/docs/CS_08.html +++ b/docs/CS_08.html @@ -438,7 +438,7 @@
format:
html: default
- github: default
+ gfm: default
pptx: default
docx: default