Closed
Description
Subject of the issue
Your environment
n/a
Steps to reproduce
The following uncommon markdown is three empty lists/list items in each other.
+ * -
Expected behavior
🤷♂️
Actual behavior
Given that bullet
is set to a value that can also be used for a thematic break (-
or *
), from-markdown
will serialize as * * *
or - - -
, which is then parsed again as a thematic break.