org.commonmark.renderer.html.HtmlRenderer
)
Modifier and Type | Interface and Description |
---|---|
public interface | AttributeProvider
Extension point for adding/changing attributes on HTML tags for a node. |
public interface | AttributeProviderContext
The context for attribute providers. |
public interface | AttributeProviderFactory
Factory for instantiating new attribute providers when rendering is done. |
public interface | |
public interface | HtmlNodeRendererFactory
Factory for instantiating new node renderers when rendering is done. |
public interface | UrlSanitizer
Sanitizes urls for img and a elements by whitelisting protocols. |
Modifier and Type | Class and Description |
---|---|
public class | CoreHtmlNodeRenderer
The node renderer that renders all the core nodes (comes last in the order of node renderers). |
public class | DefaultUrlSanitizer
Allows http, https and mailto protocols for url. |
public class | HtmlRenderer
Renders a tree of nodes to HTML. |
public class |