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 /test/command | |
| 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 'test/command')
| -rw-r--r-- | test/command/yaml-with-chomp.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/command/yaml-with-chomp.md b/test/command/yaml-with-chomp.md index d86c30ba2..6dc75fc83 100644 --- a/test/command/yaml-with-chomp.md +++ b/test/command/yaml-with-chomp.md @@ -10,7 +10,11 @@ ml: |- Pandoc Meta { unMeta = - fromList [ ( "ml" , MetaInlines [ Str "TEST\8233BLOCK" ] ) ] + fromList + [ ( "ml" + , MetaInlines [ Str "TEST" , LineBreak , Str "BLOCK" ] + ) + ] } [] ``` |
