aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-22 11:16:24 -0700
committerGitHub <noreply@github.com>2020-07-22 11:16:24 -0700
commit3bccc08f6c6ac5c3973d67a4e62266c26507033d (patch)
treeb22cf731ec361ff7d530f0a46090664d31a85ba4
parent942e3ee1f9ce3593b3ce3cc32c7ed7039aee205a (diff)
parent2bdb1e64eb8c5e15e7de0ce323209e0168b58e72 (diff)
downloadpandoc-3bccc08f6c6ac5c3973d67a4e62266c26507033d.tar.gz
Merge pull request #6552 from favonia/patch-1
Update using-the-pandoc-api.md
-rw-r--r--doc/using-the-pandoc-api.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md
index 25c384789..dbedefaa2 100644
--- a/doc/using-the-pandoc-api.md
+++ b/doc/using-the-pandoc-api.md
@@ -177,7 +177,8 @@ Some particularly important options to know about:
1. `writerTemplate`: By default, this is `Nothing`, which
means that a document fragment will be produced. If you
want a full document, you need to specify `Just template`,
- where `template` is a String containing the template's
+ where `template` is a `Template Text` from
+ [Text.Pandoc.Templates] containing the template's
contents (not the path).
2. `readerExtensions` and `writerExtensions`: These specify