Skip to content

cut option eats newlines #23

Open
Open
@mohd-akram

Description

Expected:

wrap('a\n\nb', {indent: '', cut: true}) == 'a\n\nb'

Actual:

wrap('a\n\nb', {indent: '', cut: true}) == 'a\nb'

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