Improve on fix to #7506.
Don't boldface code in output formats that can represent it as monospace. Define aliases for VI, VB, VBI as well.
This commit is contained in:
parent
f5d720ae79
commit
c6cf78a033
3 changed files with 22 additions and 6 deletions
|
@ -5,13 +5,19 @@ $if(pandoc-version)$
|
|||
.\" Automatically generated by Pandoc $pandoc-version$
|
||||
.\"
|
||||
$endif$
|
||||
.\" Define V font for inline verbatim, using CB font in formats
|
||||
.\" Define V font for inline verbatim, using C font in formats
|
||||
.\" that render this, and otherwise B font.
|
||||
.ie "\f[CB]x\f[]"x" \{\
|
||||
. ftr V B
|
||||
. ftr VI BI
|
||||
. ftr VB B
|
||||
. ftr VBI BI
|
||||
.\}
|
||||
.el \{\
|
||||
. ftr V CB
|
||||
. ftr V CR
|
||||
. ftr VI CI
|
||||
. ftr VB CB
|
||||
. ftr VBI CBI
|
||||
.\}
|
||||
$if(adjusting)$
|
||||
.ad $adjusting$
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
'\" t
|
||||
.\" Automatically generated by Pandoc 2.17.0.1
|
||||
.\"
|
||||
.\" Define V font for inline verbatim, using CB font in formats
|
||||
.\" Define V font for inline verbatim, using C font in formats
|
||||
.\" that render this, and otherwise B font.
|
||||
.ie "\f[CB]x\f[]"x" \{\
|
||||
. ftr V B
|
||||
. ftr VI BI
|
||||
. ftr VB B
|
||||
.\}
|
||||
.el \{\
|
||||
. ftr V CB
|
||||
. ftr V CR
|
||||
. ftr VI CI
|
||||
. ftr VB CB
|
||||
.\}
|
||||
.TH "Pandoc User\[cq]s Guide" "" "January 14, 2022" "pandoc 2.17.0.1" ""
|
||||
.hy
|
||||
|
|
|
@ -1,10 +1,16 @@
|
|||
.\" Define V font for inline verbatim, using CB font in formats
|
||||
.\" Define V font for inline verbatim, using C font in formats
|
||||
.\" that render this, and otherwise B font.
|
||||
.ie "\f[CB]x\f[]"x" \{\
|
||||
. ftr V B
|
||||
. ftr VI BI
|
||||
. ftr VB B
|
||||
. ftr VBI BI
|
||||
.\}
|
||||
.el \{\
|
||||
. ftr V CB
|
||||
. ftr V CR
|
||||
. ftr VI CI
|
||||
. ftr VB CB
|
||||
. ftr VBI CBI
|
||||
.\}
|
||||
.TH "Pandoc Test Suite" "" "July 17, 2006" "" ""
|
||||
.hy
|
||||
|
|
Loading…
Add table
Reference in a new issue