fa20-bt/plugin
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
..
highlight Updated to Highlightjs 8.6 with all languages supported. 2015-06-02 22:18:36 +02:00
markdown format note content when creating slide 2015-10-19 19:50:43 +08:00
math Merge pull request #1205 from gothma/mathjax-md 2015-07-07 11:50:08 +02:00
multiplex multiplexing work with socket.io 1.0+ #1281 #1276 2015-09-29 10:38:34 +02:00
notes notes defined in data-notes attributes retain preformatted whitespace 2015-09-25 09:41:05 +02:00
notes-server speaker notes work with socket.io 1.0 #1375 2015-09-29 10:07:21 +02:00
print-pdf updates to phantom pdf print script, arguments for width/height 2014-04-29 10:24:13 +02:00
remotes serve remotes js from s3 #611 2013-09-19 23:36:39 -04:00
search merge search plugin, adjust styles 2013-03-08 19:48:30 -05:00
zoom-js alt+zoom only works on slide content #1151 2015-03-25 13:57:00 +01:00