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

13 lines
63 B
Text
Raw Normal View History

```
1. item
para
.
<ol>
<li>
item
</li>
</ol>
<p>para</p>
```