Hello,

I have a question regarding multiple yaml input in one command line.

I have two yaml metadata files: system/config.yaml and user/config.yaml. They have some overlaps in entries.
I tested the following command with expectation that user/config.yaml overrides system/config.yaml:

pandoc -s -t markdown system/config.yaml user/config.yaml


but in fact system/config.yaml wins. What system/config.yaml does not have is merged as expected (and vice versa).

So the question is when multiple yaml with entry overlap given in a single command line, what kind of override order is applied?

Thanks && Regards,
Kazuki

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/2921e399-c659-4cba-9357-577c2b05aece%40googlegroups.com.