aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/custom-writers.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/custom-writers.md b/doc/custom-writers.md
index 81493c382..e382ef7c8 100644
--- a/doc/custom-writers.md
+++ b/doc/custom-writers.md
@@ -173,7 +173,10 @@ result of that call.
Similarly, the functions `Writer.Blocks` and `Writer.Inlines` can
be used to render lists of elements, and `Writer.Pandoc` renders
-the document's blocks.
+the document's blocks. The function `Writer.Blocks` can take a
+separator as an optional second argument, e.g.,
+`Writer.Blocks(blks, pandoc.layout.cr)`; the default block
+separator is `pandoc.layout.blankline`.
All predefined functions can be overwritten when needed.