Skip to content

Line breaks missplaced with ordered lists #46

@aleckan

Description

@aleckan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions