fa20-bt/plugin/markdown
Liu Zhanhong 625831b993 format note content when creating slide
In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following:
```
note:
* a
* b
* c
```
it become:
```html
<p><em> a
</em> b</p>
<ul>
<li>c</li>
</ul>
```
unbelievable!
2015-10-19 19:50:43 +08:00
..
example.html add global flag back in for whitespace removal, without it most of the content in example.html does not work #682 2015-01-22 08:46:14 +01:00
example.md merge support for notes when using external markdown 2013-08-20 22:32:19 -04:00
markdown.js format note content when creating slide 2015-10-19 19:50:43 +08:00
marked.js Bumped Marked to v0.3.3 2015-03-16 03:13:50 -05:00