aboutsummaryrefslogtreecommitdiff
path: root/test/command/6836.md
blob: b8e668a62f12c2c025c3c671fb3460d58878bc2b (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
```
% pandoc -t native
[@buchanan]

(@foo)

See @foo.

[@buchanan]
^D
[ Para
    [ Cite
        [ Citation
            { citationId = "buchanan"
            , citationPrefix = []
            , citationSuffix = []
            , citationMode = NormalCitation
            , citationNoteNum = 1
            , citationHash = 0
            }
        ]
        [ Str "[@buchanan]" ]
    ]
, OrderedList ( 1 , Example , TwoParens ) [ [] ]
, Para [ Str "See" , Space , Str "1." ]
, Para
    [ Cite
        [ Citation
            { citationId = "buchanan"
            , citationPrefix = []
            , citationSuffix = []
            , citationMode = NormalCitation
            , citationNoteNum = 2
            , citationHash = 0
            }
        ]
        [ Str "[@buchanan]" ]
    ]
]
```