aboutsummaryrefslogtreecommitdiff
path: root/test/simple.md
diff options
context:
space:
mode:
authorRiceball LEE <snowyu.lee@gmail.com>2015-11-11 07:37:08 +0000
committerRiceball LEE <snowyu.lee@gmail.com>2015-11-11 07:37:08 +0000
commit16ebf2a783724527faac2036bc2f971df8dea0a5 (patch)
tree1247bb09eeca6fa8b140f7e0fb3d12245f5da486 /test/simple.md
parent695293145193ed84b7ef193b538bb144ecb2832e (diff)
downloadfreenode-live-2017-presentation-16ebf2a783724527faac2036bc2f971df8dea0a5.tar
freenode-live-2017-presentation-16ebf2a783724527faac2036bc2f971df8dea0a5.tar.gz
* [bug] the markdown plugin can not render highlight codes for marked.setOptions(highlight)
Diffstat (limited to 'test/simple.md')
-rw-r--r--test/simple.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/simple.md b/test/simple.md
new file mode 100644
index 0000000..cd57d70
--- /dev/null
+++ b/test/simple.md
@@ -0,0 +1,10 @@
+## Slide 1.1
+
+```js
+var a = 1;
+```
+
+## Slide 1.2
+
+
+## Slide 2