Skip to content

Commit

Permalink
Test multiple multiline lists
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Jan 29, 2018
1 parent 1b876de commit 8b0a6b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/data/multiline_lists.html
@@ -0,0 +1,10 @@
<ol>
<li>
<p>One
First body copy</p>
</li>
<li>
<p>Two
Last body copy</p>
</li>
</ol>
5 changes: 5 additions & 0 deletions test/data/multiline_lists.md
@@ -0,0 +1,5 @@
1. One
First body copy

2. Two
Last body copy

0 comments on commit 8b0a6b8

Please sign in to comment.