blob: f2ed6dba3068b4cc56dd5caec4abc6c80540bb41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
```
% pandoc -t native
Wow![@legras_michel_2010]
^D
[ Para
[ Str "Wow!"
, Cite
[ Citation
{ citationId = "legras_michel_2010"
, citationPrefix = []
, citationSuffix = []
, citationMode = NormalCitation
, citationNoteNum = 2
, citationHash = 0
}
]
[ Str "[@legras_michel_2010]" ]
]
]
```
|