jotdown/tests/html-ut/ut/lists.test
2023-08-05 14:05:35 +02:00

12 lines
63 B
Text

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