From 41b14dc891b188e9daeeb322dab80e5fb4be0cd3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 5 Dec 2025 10:46:24 +0100 Subject: RST reader: fix definition lists where term ends with `-`. This reverts some old code giving special treatment to lines ending in hyphens; I don't understand why it was there, because rst2html does not seem to do this. Closes #11323. --- test/command/11323.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/command/11323.md (limited to 'test') diff --git a/test/command/11323.md b/test/command/11323.md new file mode 100644 index 000000000..e2e5e1802 --- /dev/null +++ b/test/command/11323.md @@ -0,0 +1,12 @@ +``` +% pandoc -f rst +foo- + bar +^D +
+
foo-
+
+

bar

+
+
+``` -- cgit v1.2.3