aboutsummaryrefslogtreecommitdiff
path: root/test/command/6836.md
blob: 8c89ee0d278c1dfb9cbbe8bee802087a188756ab (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
42
43
```
% 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]" ]
  ]
]
```