Uses of Interface
org.commonmark.renderer.Renderer
Packages that use Renderer
Package
Description
HTML rendering (see
HtmlRenderer)Markdown rendering (see
MarkdownRenderer)Plain text rendering with minimal markup (see
TextContentRenderer)-
Uses of Renderer in org.commonmark.renderer.html
Classes in org.commonmark.renderer.html that implement Renderer -
Uses of Renderer in org.commonmark.renderer.markdown
Classes in org.commonmark.renderer.markdown that implement RendererModifier and TypeClassDescriptionclassRenders nodes to Markdown (CommonMark syntax); useMarkdownRenderer.builder()to create a renderer. -
Uses of Renderer in org.commonmark.renderer.text
Classes in org.commonmark.renderer.text that implement RendererModifier and TypeClassDescriptionclassRenders nodes to plain text content with minimal markup-like additions.