A mapping between an attribute name (lowercase) and a style it sets.
By default these attributes are supported:
fontsize
, size
, fontstyle
, style
, fontweight
, weight
,
fontvariant
, variant
, fontfamily
, family
,
fontstretch
, stretch
, color
An array of HTML tag names (must be lowercase) that will have an end line inserted when they are closed. Defaults to: p, div and br.
Default style options to use for text with no custom styling.
How newline characters should be treated:
space
will replace them with a spacebr
will replace them with a <br/>
tagA maping between a tag name (lowercase) and its default styles.
By default these tags have styles:
b
, strong
, i
and em
.
Generated using TypeDoc
HTML Tokenization options.