4a5e727c8c
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.
9 lines
249 B
Markdown
9 lines
249 B
Markdown
```
|
|
% pandoc -t man
|
|
`-o`, `--output=`*OUTFILE*
|
|
: Write output to *OUTFILE* instead of `stdout`(3)
|
|
^D
|
|
.TP
|
|
\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)
|
|
```
|