Files
pandoc/test/command/yaml-with-chomp.md
T
Albert Krewinkel 1328e57f08 Shared: use LineBreak as default block sep in blocksToInlines
This change also affects the `pandoc.utils.blocks_to_inlines` Lua
function.

Closes: #8499
2022-12-20 13:39:16 -08:00

237 B

% pandoc -s -t native
---
ml: |-
    TEST

    BLOCK
...
^D
Pandoc
  Meta
    { unMeta =
        fromList
          [ ( "ml"
            , MetaInlines [ Str "TEST" , LineBreak , Str "BLOCK" ]
            )
          ]
    }
  []