summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-12-20 13:03:13 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2022-12-20 13:39:16 -0800
commit1328e57f088d9f4dab230cd608c5945c605efb3c (patch)
treed4974bac1cbcf8d243098916eb946af1d15eae8c /doc
parentc954dfab59fd1d93a838e4023c9f365280e63b30 (diff)
Shared: use LineBreak as default block sep in blocksToInlines
This change also affects the `pandoc.utils.blocks_to_inlines` Lua function. Closes: #8499
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filters.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 762c893f8..2a9787f4f 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -3650,8 +3650,7 @@ Parameters:
`sep`
: List of [Inline](#type-inline) elements inserted as separator
between two consecutive blocks; defaults to
- `{pandoc.Str'\u{2029}'}`, i.e., to the PARAGRAPH SEPARATOR
- Unicode character.
+ `{pandoc.LineBreak()}`.
Returns: