Improve on fix to .

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:
John MacFarlane 2022-01-15 12:51:36 -08:00
parent f5d720ae79
commit c6cf78a033
3 changed files with 22 additions and 6 deletions
data/templates
man
test

View file

@ -5,13 +5,19 @@ $if(pandoc-version)$
.\" Automatically generated by Pandoc $pandoc-version$ .\" Automatically generated by Pandoc $pandoc-version$
.\" .\"
$endif$ $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. .\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\ .ie "\f[CB]x\f[]"x" \{\
. ftr V B . ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\} .\}
.el \{\ .el \{\
. ftr V CB . ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\} .\}
$if(adjusting)$ $if(adjusting)$
.ad $adjusting$ .ad $adjusting$

View file

@ -1,13 +1,17 @@
'\" t '\" t
.\" Automatically generated by Pandoc 2.17.0.1 .\" 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. .\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\ .ie "\f[CB]x\f[]"x" \{\
. ftr V B . ftr V B
. ftr VI BI
. ftr VB B
.\} .\}
.el \{\ .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" "" .TH "Pandoc User\[cq]s Guide" "" "January 14, 2022" "pandoc 2.17.0.1" ""
.hy .hy

View file

@ -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. .\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\ .ie "\f[CB]x\f[]"x" \{\
. ftr V B . ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\} .\}
.el \{\ .el \{\
. ftr V CB . ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\} .\}
.TH "Pandoc Test Suite" "" "July 17, 2006" "" "" .TH "Pandoc Test Suite" "" "July 17, 2006" "" ""
.hy .hy