blogdown-demo
blogdown-demo copied to clipboard
A minimal website example using blogdown to demonstrate R Markdown features
see: rstudio/blogdown#45 also: https://community.rstudio.com/t/file-path-for-calling-data-in-rmd-file-for-blogdown/4193 @yihui does this sound OK to you to add to the demo site? Will work on moving my response on GitHub issue to the site if...
We need some more examples to demonstrate Markdown features mentioned in Chapter 2 of the bookdown book: https://bookdown.org/yihui/bookdown/components.html So far we have only covered citations and HTML widgets.
This may be helpful to some and follows my own process of elimination to get such a reference to work.
Per request of @thomasp85 https://twitter.com/thomasp85/status/923263990121353218 Something like this should work (requires FFmpeg): ```` ```{r random, fig.show='animate', ffmpeg.format='gif', dev='jpeg'} for (i in 1:10) plot(runif(100), ylim = c(0, 1)) ``` ````
This is a great "how-to" example: https://xvrdm.github.io/2017/10/23/socialize-your-blogdown/ We should (briefly) mention it on our website.
We need to briefly introduce this example early in the book. Is Section 1.5 the best place? @apreshill When you are ready, please submit a PR to the blogdown repo....