Skip to content

Instantly share code, notes, and snippets.

@voor
Created February 21, 2021 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voor/2f1aeafea519bb169161baa0b3e7b556 to your computer and use it in GitHub Desktop.
Save voor/2f1aeafea519bb169161baa0b3e7b556 to your computer and use it in GitHub Desktop.
Both input files becoming a single yaml document
---
id: 1
meta:
ebook: .epub
#@ load("@ytt:overlay", "overlay")
#@overlay/match by=overlay.all
---
#@overlay/match missing_ok=True
youcanaddme: foo
#@ load("@ytt:overlay", "overlay")
#@overlay/match by=overlay.all
---
#@overlay/match missing_ok=True
iamanotherone: bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment