Remove numbering from Introduction -- intro.qmd (#1563)

Followed the [R Markdown cookbook instructions](https://bookdown.org/yihui/rmarkdown-cookbook/unnumbered-sections.html#unnumbered-sections) which note that multiple attributes can be modified in the section heading. Also verified local copy would render.
This commit is contained in:
Dr. Ryan McShane
2023-11-08 22:24:50 -06:00
committed by GitHub
parent b17cbcf5ce
commit 4617d6ee8b

View File

@@ -1,4 +1,4 @@
# Introduction {#sec-intro}
# Introduction {#sec-intro .unnumbered}
```{r}
#| echo: false