aboutsummaryrefslogtreecommitdiff
path: root/test/command/6836.md
blob: c350480458fa6c5f94130d435279c0f283befb2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```
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]"]]]
```