625831b993
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! |
||
---|---|---|
.. | ||
highlight | ||
markdown | ||
math | ||
multiplex | ||
notes | ||
notes-server | ||
print-pdf | ||
remotes | ||
search | ||
zoom-js |