From bd352e41d6e34aafd5a320562829c419070163ac Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 Feb 2024 19:06:50 -0800 Subject: Man reader: move spaces outside of emph/strong. This is needed to avoid problems in conversion to Markdown and some other formats. Closes #9445. --- test/command/9445.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/9445.md (limited to 'test/command') diff --git a/test/command/9445.md b/test/command/9445.md new file mode 100644 index 000000000..d62fbf30b --- /dev/null +++ b/test/command/9445.md @@ -0,0 +1,6 @@ +``` +% pandoc -f man -t markdown +\fB--c \fI +^D +**\--c** *\* +``` -- cgit v1.2.3