You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: