only allow 1-char alphabetic list markers

This commit is contained in:
Noah Hellman 2023-08-29 18:16:52 +02:00
parent aff431e227
commit 905d2919e3
2 changed files with 14 additions and 26 deletions

View file

@ -10,3 +10,11 @@ item
</ol>
<p>para</p>
```
Only single letter alphabetic list markers.
```
word. Continuing paragraph.
.
<p>word. Continuing paragraph.</p>
```