diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/6836.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/6836.md b/test/command/6836.md new file mode 100644 index 000000000..c35048045 --- /dev/null +++ b/test/command/6836.md @@ -0,0 +1,17 @@ +``` +pandoc -t native +[@buchanan] + +(@foo) + +See @foo. + +[@buchanan] +^D +[Para [Cite [Citation {citationId = "buchanan", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 1, citationHash = 0}] [Str "[@buchanan]"]] +,OrderedList (1,Example,TwoParens) + [[]] +,Para [Str "See",Space,Str "1."] +,Para [Cite [Citation {citationId = "buchanan", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 2, citationHash = 0}] [Str "[@buchanan]"]]] +``` + |