From d7f60737af4f11cce03f69c321bdcc70dfbad42e Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Mon, 7 Jan 2019 23:45:01 -0800 Subject: [PATCH] Try to address some of bookdown's structural complaints --- notes-ideas.Rmd | 2 +- references.Rmd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/notes-ideas.Rmd b/notes-ideas.Rmd index 2bd41dad..3a74475d 100644 --- a/notes-ideas.Rmd +++ b/notes-ideas.Rmd @@ -1,4 +1,4 @@ -Ideas for content +# Ideas for content ## Common workflow questions diff --git a/references.Rmd b/references.Rmd index 810e6ad9..2c7b227d 100644 --- a/references.Rmd +++ b/references.Rmd @@ -1,6 +1,4 @@ -`r if (knitr:::is_html_output()) '# References'` - -### Resources {#resources} +# Resources {#resources} We practice what we preach! This site is created with Git and R markdown, using the [`bookdown`](https://github.com/rstudio/bookdown/) package. Go ahead and [peek behind the scenes](https://github.com/jennybc/happy-git-with-r). @@ -21,3 +19,5 @@ Long-term, you should understand more about what you are doing. Rote clicking in * Ten Simple Rules for Taking Advantage of Git and GitHub * RStudio's guide [Version Control with Git and SVN](https://support.rstudio.com/hc/en-us/articles/200532077-Version-Control-with-Git-and-SVN) + +`r if (knitr:::is_html_output()) '# References'`