aboutsummaryrefslogtreecommitdiff
path: root/test/command/defaults4.yaml
diff options
context:
space:
mode:
authorDavid Martschenko <62178322+davidmrt98@users.noreply.github.com>2021-01-05 19:15:59 +0100
committerGitHub <noreply@github.com>2021-01-05 10:15:59 -0800
commit385b6a3b215124fd2dfa044b8847d69a6cf14a73 (patch)
tree26621521c0a59afc8fb4ce1fa7a837fdfa549af4 /test/command/defaults4.yaml
parentea479bf28a4031f408af12ea92d3e19f9a838820 (diff)
downloadpandoc-385b6a3b215124fd2dfa044b8847d69a6cf14a73.tar.gz
Implement defaults file inheritance (#6924)
Allow defaults files to inherit options from other defaults files by specifying them with the following syntax: `defaults: [list of defaults files or single defaults file]`.
Diffstat (limited to 'test/command/defaults4.yaml')
-rw-r--r--test/command/defaults4.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/command/defaults4.yaml b/test/command/defaults4.yaml
new file mode 100644
index 000000000..a6caa985b
--- /dev/null
+++ b/test/command/defaults4.yaml
@@ -0,0 +1,3 @@
+from: html
+defaults:
+ - command/defaults5