From e4cca4cf67af31ce574ef2871d08f0719d4a50a5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 4 Sep 2019 09:24:42 -0700 Subject: Roff readers: better parsing of groups. We now allow groups where the closing `\\}` isn't at the beginning of a line. Closes #5410. --- test/command/5410.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/5410.md (limited to 'test/command/5410.md') diff --git a/test/command/5410.md b/test/command/5410.md new file mode 100644 index 000000000..fee90a1a4 --- /dev/null +++ b/test/command/5410.md @@ -0,0 +1,7 @@ +``` +% pandoc -f man -t native +.ie n \{\ +'br\} +^D +[Para [LineBreak]] +``` -- cgit v1.2.3