-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
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?
rriemann and xxorde