Builder.escapeHtml

Whether {@link HtmlInline} and {@link HtmlBlock} should be escaped, defaults to {@code false}. <p> Note that {@link HtmlInline} is only a tag itself, not the text between an opening tag and a closing tag. So markup in the text will be parsed as normal and is not affected by this option.

@param escapeHtml true for escaping, false for preserving raw HTML @return {@code this}

class Builder
escapeHtml
()

Meta