blob: 94a736ab51ee2c49e2182fec4872da4a6e6edc91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
```
% pandoc -s -t native
---
ml: |-
TEST
BLOCK
...
^D
Pandoc
( Meta
{ unMeta = fromList
[
( "ml"
, MetaBlocks
[ Para [ Str "TEST" ], Plain [ Str "BLOCK" ] ]
)
]
}
) []
```
|