mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 00:36:29 +00:00
This change also affects the `pandoc.utils.blocks_to_inlines` Lua function. Closes: #8499
237 B
237 B
% pandoc -s -t native
---
ml: |-
TEST
BLOCK
...
^D
Pandoc
Meta
{ unMeta =
fromList
[ ( "ml"
, MetaInlines [ Str "TEST" , LineBreak , Str "BLOCK" ]
)
]
}
[]