* [bug] the markdown plugin can not render highlight codes for marked.setOptions(highlight)
This commit is contained in:
parent
6952931451
commit
16ebf2a783
4 changed files with 67 additions and 2 deletions
10
test/simple.md
Normal file
10
test/simple.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
## Slide 1.1
|
||||
|
||||
```js
|
||||
var a = 1;
|
||||
```
|
||||
|
||||
## Slide 1.2
|
||||
|
||||
|
||||
## Slide 2
|
Loading…
Add table
Add a link
Reference in a new issue