pandoc/test/command/5099.md

14 lines
323 B
Markdown
Raw Normal View History

```
% pandoc -t native
(@citation
^D
[Para [Str "(",Cite [Citation {citationId = "citation", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 1, citationHash = 0}] [Str "@citation"]]]
```
```
% pandoc -t native
('asd')
^D
[Para [Str "(",Quoted SingleQuote [Str "asd"],Str ")"]]
```