Skip to content

Support nested YAML lists #1

@trenkert

Description

@trenkert

pandoc-mustache produces errors when dealing with nested yaml blocks

this is my mustache.yaml file:

author: 
         name: Max Power
         affiliation: Springfield Power Plant
         position: senior security officer

favourites:
        pet: dog
        foods:
            donut
            beer```

and this is my report.md file

`Hi, my name is {{author.name}} and I'm a {{author.position}} at {{author.affiliation}}. I like {{favourites.foods.beer}} `

could this functionality be included?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions