Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/post/2017-06-22-rmd-toc.Rmd')
-rw-r--r--exampleSite/content/post/2017-06-22-rmd-toc.Rmd26
1 files changed, 26 insertions, 0 deletions
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.