aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-02-09 22:33:17 -0800
committerJohn MacFarlane <[email protected]>2023-02-09 22:33:17 -0800
commitbc670665a1ce18ddc48531867b7b77c2f3493f49 (patch)
tree1d50890c480f6ac26f5c95cb23a47d3764621bfb
parent4e07362e7511d516f882dc6f003ceb3b09206387 (diff)
MANUAL: document chunk-template in defaults file.
-rw-r--r--MANUAL.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index fb8896ffe..2d5e06460 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2002,6 +2002,10 @@ To include the built-in citeproc filter, use either `citeproc` or
| ``` | ``` |
+----------------------------------+-----------------------------------+
| ``` | ``` yaml |
+| --chunk-template="%i.html" | chunk-template: "%i.html" |
+| ``` | ``` |
++----------------------------------+-----------------------------------+
+| ``` | ``` yaml |
| --epub-subdirectory="" | epub-subdirectory: '' |
| ``` | ``` |
+----------------------------------+-----------------------------------+