diff options
author | Liu Zhanhong | 2015-10-19 19:50:43 +0800 |
---|---|---|
committer | Liu Zhanhong | 2015-10-19 19:50:43 +0800 |
commit | 625831b9930c50114ab96dd635813a36655e7614 (patch) | |
tree | c2d4a289c75f2f98ed230144531d624d0cbe4022 /css/theme/black.css | |
parent | 34b82baa6724a336ede020b33e1bd002529def18 (diff) |
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!
Diffstat (limited to 'css/theme/black.css')
0 files changed, 0 insertions, 0 deletions