diff --git a/demo/spring-2018.html b/demo/spring-2018.html
index dda5cc52d62..c9fb8bda097 100644
--- a/demo/spring-2018.html
+++ b/demo/spring-2018.html
@@ -56,6 +56,8 @@
# Header1
+Some text in our markdown file
+
```{r}
library(feather)
library(ggplot2)
@@ -89,6 +91,7 @@
```
```{js}
+var a = "hello"
$('.title').remove()
```
@@ -113,8 +116,10 @@
function(ace, langTools, katexPreviewer, highlighter, TexCompleter, Spellchecker, SpellcheckerPopup) {
var editor = ace.edit("editor");
editor.$blockScrolling = Infinity;
+ // editor.setTheme("ace/theme/monokai");
var session = editor.getSession();
session.setMode("ace/mode/markdown");
+ //alert("Mode Set");
session.setUseWorker(true);
// SpellcheckerPopup.setup(editor);
@@ -244,7 +249,7 @@
});
-
+