diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-13 11:12:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-13 11:12:10 -0700 |
commit | 48a505c5a07e846c65825994d1be7a403944faf2 (patch) | |
tree | a19a15deff1bd332972a87398a9d75b45af71633 /test/command | |
parent | e9b81bf5c4f8bb70b33e9fd818082ab5116329ea (diff) | |
download | pandoc-48a505c5a07e846c65825994d1be7a403944faf2.tar.gz |
Markdown reader: allow empty code spans.
E.g. `` ` ` ``.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/empty-inline-code.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/empty-inline-code.txt b/test/command/empty-inline-code.txt new file mode 100644 index 000000000..b57072a44 --- /dev/null +++ b/test/command/empty-inline-code.txt @@ -0,0 +1,6 @@ +``` +% pandoc -t native +` ` +^D +[Code ("",[],[]) ""] +``` |