Skip to content

New lines inside <strong> (or others) not handled correctly #9

@olance

Description

@olance

Hi!

Using this HTML:

<p><strong>Some text<br><br>other text</strong></p>

I end up with:

**Some text

other text**

New lines inside emphasis tags should be handled specifically to avoid this problem.
The generated Markdown should look like:

**Some text**

**other text**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions