Asciidoctor::Converter::ManPageConverter
Inherits Asciidoctor::Converter::Base < Reference < Object
Constants
EllipsisCharRefRx = /…(?:​)?/
EmDashCharRefRx = /—(?:​)?/
ESC = "\e"
ESC_BS = "#{ESC}\\"
ESC_FS = "#{ESC}."
ET = " " * 8
LeadingPeriodRx = /^\./m
LiteralBackslashInlineRx = /\\(?=[^\\]|$)/
MockMacroRx = /<\/?(#{Regex.escape(ESC_BS)}[^>]+)>/
TroffEscapeRx = /\\(?=[a-zA-Z(])/
WHITESPACE_CHARS = "\n\t "
WrappedIndentRx = /\h*\n\h*/
XMLMarkupRx = /&#?[a-z\d]+;|</
Constructors
Instance methods
Convert a node to its output representation.