summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2018-05-02 19:08:56 -0600
committerGitHub <noreply@github.com>2018-05-02 19:08:56 -0600
commit75fa4f702405dea68aa010044fff7bd229e7d666 (patch)
tree2e968bea39ac1b86957395138ea1a29febf31ddf /lib
parente2583ced0056d8dda002df218f6089b92d0d3805 (diff)
parent157cb704668651845ee99751c1c22ebf233bb5d7 (diff)
resolves #2751 use alternate macro to switch on monospaced text (PR #2752)
resolves #2751 use alternate macro to switch on monospaced text
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor/converter/manpage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/converter/manpage.rb b/lib/asciidoctor/converter/manpage.rb
index 31c09c2b..56fddd7f 100644
--- a/lib/asciidoctor/converter/manpage.rb
+++ b/lib/asciidoctor/converter/manpage.rb
@@ -680,7 +680,7 @@ allbox tab(:);'
when :strong
%(#{ESC_BS}fB<BOUNDARY>#{node.text}</BOUNDARY>#{ESC_BS}fP)
when :monospaced
- %(#{ESC_BS}f[CR]<BOUNDARY>#{node.text}</BOUNDARY>#{ESC_BS}fP)
+ %[#{ESC_BS}f(CR<BOUNDARY>#{node.text}</BOUNDARY>#{ESC_BS}fP]
when :single
%[#{ESC_BS}(oq<BOUNDARY>#{node.text}</BOUNDARY>#{ESC_BS}(cq]
when :double