Skip to content

Line breaks are not preserved #17

@Sayan751

Description

@Sayan751

Actual

textVersion("<p>line1<br><br><br>line2</p>") outputs line1\nline2\n.
Runkit notebook: https://runkit.com/sayan751/5ba1fab47a5446001221d859

Expected

textVersion("<p>line1<br><br><br>line2</p>") outputs line1\n\n\nline2\n.

Line breaks should have been preserved.

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