Asciidoctor::Converter::Html5Converter
Inherits Asciidoctor::Converter::Base < Reference < Object
Constants
DEFAULT_QUOTE_TAG = {"", "", false}
DEFAULT_STYLESHEET_KEYS = Set {"", "DEFAULT", "asciidoctor.css"}
DimensionAttrRx = /\s(?:width|height|style)=(["']).*?\1/
DropAnchorRx = /<(?:a\b[^>]*|\/a)>/
FONT_AWESOME_VERSION = "4.7.0"
LeadingAnchorsRx = /^(?:<a id="[^"]+"><\/a>)+/
MATHJAX_VERSION = "2.7.9"
QUOTE_TAGS = {:monospaced => {"<code>", "</code>", true}, :emphasis => {"<em>", "</em>", true}, :strong => {"<strong>", "</strong>", true}, :double => {"“", "”", false}, :single => {"‘", "’", false}, :mark => {"<mark>", "</mark>", true}, :superscript => {"<sup>", "</sup>", true}, :subscript => {"<sub>", "</sub>", true}, :asciimath => {"\\$", "\\$", false}, :latexmath => {"\\(", "\\)", false}}
StemBreakRx = /\ *\\\n(?:\\?\n)*|\n\n+/
SvgPreambleRx = /\A.*?(?=<svg[\s>])/m
SvgStartTagRx = /\A<svg(?:\s[^>]*)?>/
Constructors
Instance methods
Convert a node to its output representation.