aboutsummaryrefslogtreecommitdiff
path: root/test/command/11309.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/11309.md')
-rw-r--r--test/command/11309.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/11309.md b/test/command/11309.md
new file mode 100644
index 000000000..ae743ed70
--- /dev/null
+++ b/test/command/11309.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f rst -t native
+Cho\ **co**\ late
+^D
+[ Para [ Str "Cho" , Strong [ Str "co" ] , Str "late" ] ]
+```