-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hi!
I'm having the html below:
This is plain text<br /><ol><li>Plain a list item</li><li><strong>Bold list item</strong></li><li><em>Italic list item</em></li></ol>Here we have a <a href=https://www.helloworld.com>link</a> as well!
This is parsed into
This is plain text \n\n\n 1. Plain a list item\n 2. **Bold list item**\n 3. _Italic list item_Here we have a \n\n[link](https:\/\/www.helloworld.com) as well!
The \n\n before [link] is missplaced and should be straight after Italic list item, it seams </ol>
is ignored?
Metadata
Metadata
Assignees
Labels
No labels