aboutsummaryrefslogtreecommitdiff
path: root/test/command/5099.md
blob: ab49b9a5909e28117fb05645343371b2e99d02e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -t native
(@citation
^D
[Para [Str "(",Cite [Citation {citationId = "citation", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 0}] [Str "@citation"]]]
```

```
% pandoc -t native
('asd')
^D
[Para [Str "(",Quoted SingleQuote [Str "asd"],Str ")"]]
```