aboutsummaryrefslogtreecommitdiff
path: root/test/command/yaml-with-chomp.md
blob: 70551f37b872ce2666c1f6ec08f84409c0986c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
```
% pandoc -s -t native
---
ml: |-
    TEST

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