rbind / blogdown-demo

A minimal website example using blogdown to demonstrate R Markdown features
https://blogdown-demo.rbind.io
17 stars 12 forks source link

A post to demonstrate Pandoc's Markdown and bookdown's Markdown extensions #5

Open yihui opened 7 years ago

yihui commented 7 years ago

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.

apreshill commented 7 years ago

Outline here for me to tackle tomorrow:

  1. R code [see pull request #9 ]

  2. Figures and other images [see pull request #10 ]

  3. Tables [see pull request #15 ]

  4. Cross-references

  5. Citations [see pull request #8 ]

  6. HTML widgets [see pull request #6 ]

  7. Web pages and shiny apps

Not applicable/wait on:

  1. Index

  2. Custom blocks

When done:

yihui commented 7 years ago

Yeah, that sounds perfect. Custom blocks is not necessary. If you don't have time, you can omit it, since it does not work out of the box -- it requires you to write some additional CSS rules.