diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-12-20 13:03:13 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-12-20 13:39:16 -0800 |
| commit | 1328e57f088d9f4dab230cd608c5945c605efb3c (patch) | |
| tree | d4974bac1cbcf8d243098916eb946af1d15eae8c /doc/lua-filters.md | |
| parent | c954dfab59fd1d93a838e4023c9f365280e63b30 (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/lua-filters.md')
| -rw-r--r-- | doc/lua-filters.md | 3 |
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: |
