aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-02-09 07:21:40 +0100
committerAlbert Krewinkel <[email protected]>2023-02-09 08:15:13 +0100
commit9eee4a2582822f01cdc46d9576dd9ed17b135e2c (patch)
tree4d39c676acf827e663434cf712c7c81d6e6bdc78 /doc
parent4edc02d3b5b4a297bf0cd9ac2b16bb85c2b15d00 (diff)
Lua: add field `chunk_template` to WriterOptions objects [API change]
The PathTemplate type exported from Text.Pandoc.Chunks is now an instance of the ToJSON and FromJSON classes. Closes: #8607
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filters.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index cf0a5ef25..ccd327b95 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -2115,6 +2115,9 @@ Pandoc writer options
Fields:
+`chunk_template`
+: Template used to generate chunked HTML filenames (string)
+
`cite_method`
: How to print cites -- one of 'citeproc', 'natbib', or
'biblatex' (string)