Skip to content

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

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**

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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