From af9443a981063ab0aad27e96a039de2ca5543c99 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Nov 2025 12:16:40 +0100 Subject: RST reader: correctly handle intraword emphasis. Closes #11309. --- test/command/11309.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/11309.md (limited to 'test') 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" ] ] +``` -- cgit v1.2.3