# HG changeset patch
# User mingchen0919
# Date 1546192259 18000
# Node ID 071638eddf9c4a25e08052f4c823817f3163372e
# Parent c04ef267c2c9055a710071661ea7ef8e0755ad6d
planemo upload commit 841d8b22bf9f1aaed6bfe8344b60617f45b275b2-dirty
diff -r c04ef267c2c9 -r 071638eddf9c index.Rmd
--- a/index.Rmd Tue May 01 11:13:34 2018 -0400
+++ b/index.Rmd Sun Dec 30 12:50:59 2018 -0500
@@ -1,7 +1,6 @@
-```{css echo=FALSE}
-# code chunks scrollable
+```{css, echo=FALSE}
pre code, pre, code {
white-space: pre !important;
overflow-x: scroll !important;
@@ -10,7 +9,6 @@
}
```
-
```{r, echo=FALSE}
# to make the css theme to work, tags cannot be added directly
# as tags as below.
@@ -24,18 +22,19 @@
# this code chunk is purely for adding comments
# below is to add jQuery and jstree javascripts
```
-
+
+
```{r, eval=FALSE, echo=FALSE}
# this code chunk is purely for adding comments
# javascript code below is to build the file tree interface
# see this for how to implement opening hyperlink: https://stackoverflow.com/questions/18611317/how-to-get-i-get-leaf-nodes-in-jstree-to-open-their-hyperlink-when-clicked-when
```