Skip to content

himl flattens nested lists #174

Open
@CameronDevine

Description

Running himl on nested lists results in a flattened list. For example:

test:
  - [1, 2]
  - [3, 4]

becomes the following after himl processes it.

test:
- 1
- 2
- 3
- 4

I believe that himl should not modify the structure of this data.

Activity

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

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