diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-07-13 16:11:58 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-07-13 16:12:28 -0700 |
commit | d0bf7efe95f3b2347073549e83496d9dc636594e (patch) | |
tree | ce06c12bc8f47401d01f1be126073a05ffbc0f61 /test/command | |
parent | a16311c225e9b9788ee6499e474f9a9170510b11 (diff) | |
download | pandoc-d0bf7efe95f3b2347073549e83496d9dc636594e.tar.gz |
Man writer: fixed boldfacing of definition terms.
Previously the bold-facing would be interrupted by
other formatting, because we used `.B`.
Closes #5620.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/5620.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/5620.md b/test/command/5620.md new file mode 100644 index 000000000..428af0f8e --- /dev/null +++ b/test/command/5620.md @@ -0,0 +1,9 @@ +``` +% pandoc -t man +`-o`, `--output=`*OUTFILE* +: Write output to *OUTFILE* instead of `stdout`(3) +^D +.TP +\f[B]\f[CB]-o\f[B], \f[CB]--output=\f[B]\f[BI]OUTFILE\f[B]\f[R] +Write output to \f[I]OUTFILE\f[R] instead of \f[C]stdout\f[R](3) +``` |