diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-07-13 16:41:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-07-13 16:41:43 -0700 |
commit | 4a5e727c8c3ec8695e61e5ad040e97e7861dbde9 (patch) | |
tree | 130fcefaecf391068c183186a3b5244d360129db /test/command | |
parent | d0bf7efe95f3b2347073549e83496d9dc636594e (diff) | |
download | pandoc-4a5e727c8c3ec8695e61e5ad040e97e7861dbde9.tar.gz |
Man writer: Improved definition list term output.
Now we boldface code but not other things. This matches the
most common style in man pages (particularly option lists).
Also, remove a regression in the last commit in which 'nowrap'
was removed.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/5620.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/5620.md b/test/command/5620.md index 428af0f8e..c48fefce1 100644 --- a/test/command/5620.md +++ b/test/command/5620.md @@ -4,6 +4,6 @@ : 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] +\f[B]\f[CB]-o\f[B]\f[R], \f[B]\f[CB]--output=\f[B]\f[R]\f[I]OUTFILE\f[R] Write output to \f[I]OUTFILE\f[R] instead of \f[C]stdout\f[R](3) ``` |