9a4097640f
in cases where we run into trouble parsing inlines til the closing `]`, e.g. quotes, we return a plain string with the option contents. Previously we mistakenly included the brackets in this string. Closes #6869.
6 lines
299 B
Markdown
6 lines
299 B
Markdown
```
|
|
% pandoc -f latex -t native
|
|
\cite[„Aber“]{key}
|
|
^D
|
|
[Para [Cite [Citation {citationId = "key", citationPrefix = [], citationSuffix = [Str "\8222Aber\8220"], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 0}] [RawInline (Format "latex") "\\cite[\8222Aber\8220]{key}"]]]
|
|
```
|