pandoc/test/command/5620.md
John MacFarlane c40727bfbb Man writer: use custom font V for inline code.
The V font is defined conditionally, so that it renders
like CB in output formats that support that, and like B
in those that don't (e.g. the terminal).

We could just redefine C, but this would affect code
blocks, too, and putting them all in boldface looks ugly,
I think.

Possible drawback: fragments created by pandoc's man
writer will presuppose a nonstandard V font.

Closes #7506.
Supersedes 253467a549.
2022-01-15 12:39:19 -08:00

9 lines
227 B
Markdown

```
% pandoc -t man
`-o`, `--output=`*OUTFILE*
: Write output to *OUTFILE* instead of `stdout`(3)
^D
.TP
\f[V]-o\f[R], \f[V]--output=\f[R]\f[I]OUTFILE\f[R]
Write output to \f[I]OUTFILE\f[R] instead of \f[V]stdout\f[R](3)
```