aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
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 /MANUAL.txt
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 'MANUAL.txt')
-rw-r--r--MANUAL.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 53cd54e5f..831ffb0b0 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1507,6 +1507,16 @@ input-files:
- content.md
# or you may use input-file: with a single value
+# Include options from the specified defaults files.
+# The files will be searched for first in the working directory
+# and then in the defaults subdirectory of the user data directory.
+# The files are included in the same order in which they appear in
+# the list. Options specified in this defaults file always have
+# priority over the included ones.
+defaults:
+- defsA
+- defsB
+
template: letter
standalone: true
self-contained: false