Package org.commonmark.renderer.html
package org.commonmark.renderer.html
HTML rendering (see
HtmlRenderer
)-
ClassDescriptionExtension point for adding/changing attributes on HTML tags for a node.The context for attribute providers.Factory for instantiating new attribute providers when rendering is done.The node renderer that renders all the core nodes (comes last in the order of node renderers).Allows http, https, mailto, and data protocols for url.Factory for instantiating new node renderers when rendering is done.Renders a tree of nodes to HTML.Builder for configuring an
HtmlRenderer
.Extension forHtmlRenderer
.Sanitizes urls for img and a elements by whitelisting protocols.