MarkdownNodeRendererFactory#create
.
Modifier and Type | Method and Description |
---|---|
public Set | Returns: additional special characters that need to be escaped if they occur in normal text; currently only ASCII characters are allowed
|
public MarkdownWriter | |
public void |
getSpecialCharacters | back to summary |
---|---|
public Set |
getWriter | back to summary |
---|---|
public MarkdownWriter getWriter()
|
render | back to summary |
---|---|
public void render(Node node) Render the specified node and its children using the configured renderers. This should be used to render child nodes; be careful not to pass the node that is being rendered, that would result in an endless loop.
|