aboutsummaryrefslogtreecommitdiff
path: root/test/command/7813.md
blob: 216a91e365ba417a1d514799d03a29b5bf10acb3 (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 --metadata-file command/7813-meta.yaml -t native -s
Hi
^D
Pandoc
  Meta
    { unMeta =
        fromList
          [ ( "abstract"
            , MetaBlocks
                [ Para
                    [ Str "a"
                    , Space
                    , Str "footnote"
                    , Note [ Para [ Str "content" ] ]
                    , Space
                    , Str "in"
                    , Space
                    , Str "abstract."
                    ]
                ]
            )
          ]
    }
  [ Para [ Str "Hi" ] ]
```