1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-01 18:54:29 +02:00

* [bug] the markdown plugin can not render highlight codes for marked.setOptions(highlight)

This commit is contained in:
Riceball LEE
2015-11-11 07:37:08 +00:00
parent 6952931451
commit 16ebf2a783
4 changed files with 67 additions and 2 deletions

10
test/simple.md Normal file
View File

@@ -0,0 +1,10 @@
## Slide 1.1
```js
var a = 1;
```
## Slide 1.2
## Slide 2