diff options
| author | John MacFarlane <[email protected]> | 2021-04-15 12:34:28 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-04-15 12:34:28 -0700 |
| commit | 9bb168100a0ce69cf0f11a2c83f9218a2b5baf6d (patch) | |
| tree | 91e2b937a81329e1456771cc97f39365a5fbd525 /test/command | |
| parent | 2d60524de43d59ffb1763a33a15cc2ecce613ecf (diff) | |
Markdown reader: fix regression with -@citekey.issue7219
This was previously parsed as an author-in-text suppress-author
citation.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/7219.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/7219.md b/test/command/7219.md new file mode 100644 index 000000000..d7bea48c3 --- /dev/null +++ b/test/command/7219.md @@ -0,0 +1,7 @@ +``` +% pandoc -t native +-@Citekey +^D +[Para [Cite [Citation {citationId = "Citekey", citationPrefix = [], citationSuffix = [], citationMode = SuppressAuthor, citationNoteNum = 1, citationHash = 0}] [Str "@Citekey"]]] +``` + |
