aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-11-30 12:16:40 +0100
committerJohn MacFarlane <[email protected]>2025-11-30 12:16:40 +0100
commitaf9443a981063ab0aad27e96a039de2ca5543c99 (patch)
treee7cba25c2a4b2e0958ea08ff666ce6a59f54feae /test
parent37b7bd3b38d1fdf6a38a420fa2f76843bbb6881b (diff)
RST reader: correctly handle intraword emphasis.
Closes #11309.
Diffstat (limited to 'test')
-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" ] ]
+```