Skip to content

Parser removing "#" in multiline strings #131

@evanreichard

Description

@evanreichard

The following:

item:
  1:
    - value: |
        ### Header

Results in:

{
  "item": {
    "1": [
      {
        "value": ""
      }
    ]
  }
}

When it should result in:

{
  "item": {
    "1": [
      {
        "value": "### Header"
      }
    ]
  }
}

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