Skip to content

Commit

Permalink
Add failing regression test for #383.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jun 15, 2021
1 parent 889723b commit cd26ccb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/regression.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,11 @@ some other text
</ul>
````````````````````````````````

Issue #383 - emphasis parsing.

```````````````````````````````` example
*****Hello*world****
.
<p>*<strong><strong>Hello*world</strong></strong></p>
````````````````````````````````

Expand Down

0 comments on commit cd26ccb

Please sign in to comment.