From 0fa6951dc15b162b7157739bb0787441aaf48014 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Mon, 1 Apr 2019 19:36:47 +0200 Subject: Dokuwiki Reader fix: parse single curly brace (#5417) fixes #5416 --- test/command/5416.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/5416.md (limited to 'test/command') diff --git a/test/command/5416.md b/test/command/5416.md new file mode 100644 index 000000000..02999c631 --- /dev/null +++ b/test/command/5416.md @@ -0,0 +1,11 @@ +``` +% echo "{" | pandoc -f dokuwiki -t native +^D +[Para [Str "{"]] +``` + +``` +% echo "{{" | pandoc -f dokuwiki -t native +^D +[Para [Str "{{"]] +``` -- cgit v1.2.3