GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javainterface NodeFormatterContext
Abstract
delegateRender()
pass node rendering to previously registered handler
NodeContext...
NodeFormatterContext
The context for node rendering, including configuration and functionality for the no...
Abstract
getBlockQuoteLikePrefixChars()
Abstract
getBlockQuoteLikePrefixPredicate()
OAbstract
getDocument()
Abstract
getFormatterOptions()
Abstract
getFormattingPhase()
Abstract
getMarkdown()
OAbstract
getOptions()
Get the current rendering context {@link DataHolder}. These are the options passed o...
Abstract
getTrackedOffsets()
Abstract
getTrackedSequence()
NOTE: parser can only use a contiguous sequence, not segmented. Therefore, the AST o...
Abstract
isRestoreTrackedSpaces()
Abstract
nodesOfType()
Get iterable of nodes of given types, in order of their appearance in the document t...
Abstract
nodesOfType()
OAbstract
render()
Render the specified node and its children using the configured renderers. This shou...
OAbstract
renderChildren()
Render the children of the node, used by custom renderers
Abstract
reversedNodesOfType()
Abstract
reversedNodesOfType()
Get iterable of nodes of given types, in reverse order of their appearance in the do...