Skip to content

Should keep heading empty lines in literal #203

@hax

Description

@hax
test: |-


  Hello
  world

should be convert to

{ "test": "\n\nHello\nworld" }

not

{ "test": "Hello\nworld" }

It seems 2.x is ok, but 3.x is break.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions