diff options
author | Riceball LEE | 2015-11-11 07:37:08 +0000 |
---|---|---|
committer | Riceball LEE | 2015-11-11 07:37:08 +0000 |
commit | 16ebf2a783724527faac2036bc2f971df8dea0a5 (patch) | |
tree | 1247bb09eeca6fa8b140f7e0fb3d12245f5da486 /test/simple.md | |
parent | 695293145193ed84b7ef193b538bb144ecb2832e (diff) |
* [bug] the markdown plugin can not render highlight codes for marked.setOptions(highlight)
Diffstat (limited to 'test/simple.md')
-rw-r--r-- | test/simple.md | 10 |
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 |