Package org.commonmark.renderer.markdown
Interface MarkdownNodeRendererFactory
public interface MarkdownNodeRendererFactory
Factory for instantiating new node renderers for rendering custom nodes.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(MarkdownNodeRendererContext context) Create a new node renderer for the specified rendering context.
-
Method Details
-
create
Create a new node renderer for the specified rendering context.- Parameters:
context
- the context for rendering (normally passed on to the node renderer)- Returns:
- a node renderer
-
getSpecialCharacters
- Returns:
- the additional special characters that this factory would like to have escaped in normal text; currently only ASCII characters are allowed
-