From f19286cf120f259c51a89b1b3643d437ede70a94 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Oct 2020 21:27:17 -0700 Subject: DocBook reader: don't squelch space at end of emphasis element. Instead, include it after the emphasis. Closes #6719. Same fix was made for other inline elements, e.g. strikethrough. --- test/command/6719.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/6719.md (limited to 'test') diff --git a/test/command/6719.md b/test/command/6719.md new file mode 100644 index 000000000..96c97b365 --- /dev/null +++ b/test/command/6719.md @@ -0,0 +1,8 @@ +``` +% pandoc -f docbook -t native + +emphasized text + +^D +[Para [Emph [Str "emphasized"],Space,Str "text"]] +``` -- cgit v1.2.3