jotdown/tests/html-ut/ut/lists.test

21 lines
182 B
Text
Raw Permalink Normal View History

```
1. item
para
.
<ol>
<li>
item
</li>
</ol>
<p>para</p>
```
Only single letter alphabetic list markers.
```
word. Continuing paragraph.
.
<p>word. Continuing paragraph.</p>
```