diff --git a/exampleSite/content/post/2017-06-22-rmd-toc.Rmd b/exampleSite/content/post/2017-06-22-rmd-toc.Rmd new file mode 100644 index 0000000..d5440c5 --- /dev/null +++ b/exampleSite/content/post/2017-06-22-rmd-toc.Rmd @@ -0,0 +1,26 @@ +--- +title: Show Table of Contents for R Markdown Posts +date: '2017-06-22' +slug: rmd-toc +output: + blogdown::html_page: + toc: true +--- + +# One Section + +A quick fox jumped over the lazy dog. + +![quick fox](https://slides.yihui.name/gif/quick-fox.gif) + +# Another Section + +A quick fox jumped over the lazy dog. + +## A subsection + +A quick fox jumped over the lazy dog. + +## Another subsection + +A quick fox jumped over the lazy dog. diff --git a/exampleSite/content/post/2017-06-22-rmd-toc.html b/exampleSite/content/post/2017-06-22-rmd-toc.html new file mode 100644 index 0000000..00e4500 --- /dev/null +++ b/exampleSite/content/post/2017-06-22-rmd-toc.html @@ -0,0 +1,40 @@ +--- +title: Show Table of Contents for R Markdown Posts +date: '2017-06-22' +slug: rmd-toc +output: + blogdown::html_page: + toc: true +--- + + +
+ +
+ +
+

One Section

+

A quick fox jumped over the lazy dog.

+
+quick fox +

quick fox

+
+
+
+

Another Section

+

A quick fox jumped over the lazy dog.

+
+

A subsection

+

A quick fox jumped over the lazy dog.

+
+
+

Another subsection

+

A quick fox jumped over the lazy dog.

+
+