diff options
| author | John MacFarlane <[email protected]> | 2024-02-11 19:06:50 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-11 19:06:50 -0800 |
| commit | bd352e41d6e34aafd5a320562829c419070163ac (patch) | |
| tree | 36bd397edd95c49e5513beb42e49d7f82869d2f4 /test/command | |
| parent | 8c85fbbf2efbe783abc866bbed46254af8f8ac2a (diff) | |
Man reader: move spaces outside of emph/strong.
This is needed to avoid problems in conversion to Markdown
and some other formats. Closes #9445.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/9445.md | 6 |
1 files changed, 6 insertions, 0 deletions
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<file> +^D +**\--c** *\<file\>* +``` |
