From 48a505c5a07e846c65825994d1be7a403944faf2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Jun 2018 11:12:10 -0700 Subject: Markdown reader: allow empty code spans. E.g. `` ` ` ``. --- test/command/empty-inline-code.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/empty-inline-code.txt (limited to 'test/command') 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 ("",[],[]) ""] +``` -- cgit v1.2.3