From e409509a681ee75c6d3eec0b913d40c26aeaabb2 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 15 Apr 2019 09:48:11 -0700
Subject: RST writer: treat Span as transparent.

Previously an Emph inside a Span was being treated as
nested markup and ignored.  With this patch, the Span
is just ignored.

Closes #5446.
---
 test/command/5446.md | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 test/command/5446.md

(limited to 'test')

diff --git a/test/command/5446.md b/test/command/5446.md
new file mode 100644
index 000000000..5b25c994b
--- /dev/null
+++ b/test/command/5446.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f latex -t rst
+{\em test test \/}
+^D
+*test test*
+```
-- 
cgit v1.2.3