2020-11-14 15:00:17 -08:00
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -t native
|
2020-11-14 15:00:17 -08:00
|
|
|
[@buchanan]
|
|
|
|
|
|
|
|
(@foo)
|
|
|
|
|
|
|
|
See @foo.
|
|
|
|
|
|
|
|
[@buchanan]
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ 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]" ]
|
|
|
|
]
|
|
|
|
]
|
2020-11-14 15:00:17 -08:00
|
|
|
```
|
|
|
|
|