Support list items with empty first line
also dismiss implementing ordered list bullet overrides for now, e.g. 1. [@10] foo add it once someone needs it - for now it seems like needless complexity
This commit is contained in:
parent
4e536f44bd
commit
724cf6c23e
5 changed files with 29 additions and 7 deletions
11
org/testdata/lists.html
vendored
11
org/testdata/lists.html
vendored
|
@ -6,6 +6,12 @@ unordered list item 1
|
|||
</li>
|
||||
<li>
|
||||
<p>
|
||||
list item with empty first and second line <br>
|
||||
normally an empty line breaks the list item - but we make an exception for the first line and don't count it towards that limit
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
unordered list item 2 - with <code>inline</code> <em>markup</em>
|
||||
</p>
|
||||
<ol>
|
||||
|
@ -36,6 +42,11 @@ ordered sublist item 3
|
|||
ordered sublist item 2
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
list item with empty first and second line - see above
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li class="checked">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue