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
|
2021-09-28 21:17:53 -07:00
|
|
|
[ Cite
|
|
|
|
[ Citation
|
|
|
|
{ citationId = "buchanan"
|
|
|
|
, citationPrefix = []
|
|
|
|
, citationSuffix = []
|
|
|
|
, citationMode = NormalCitation
|
|
|
|
, citationNoteNum = 1
|
|
|
|
, citationHash = 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
[ Str "[@buchanan]" ]
|
2021-09-19 12:09:51 -07:00
|
|
|
]
|
2021-09-28 21:17:53 -07:00
|
|
|
, OrderedList ( 1 , Example , TwoParens ) [ [] ]
|
|
|
|
, Para [ Str "See" , Space , Str "1." ]
|
2021-09-19 12:09:51 -07:00
|
|
|
, Para
|
2021-09-28 21:17:53 -07:00
|
|
|
[ Cite
|
|
|
|
[ Citation
|
|
|
|
{ citationId = "buchanan"
|
|
|
|
, citationPrefix = []
|
|
|
|
, citationSuffix = []
|
|
|
|
, citationMode = NormalCitation
|
|
|
|
, citationNoteNum = 2
|
|
|
|
, citationHash = 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
[ Str "[@buchanan]" ]
|
2021-09-19 12:09:51 -07:00
|
|
|
]
|
|
|
|
]
|
2020-11-14 15:00:17 -08:00
|
|
|
```
|
|
|
|
|