pandoc/test/command/6836.md

44 lines
674 B
Markdown
Raw Normal View History

```
% 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]" ]
]
]
```