Class AsideNodeFormatter
java.lang.Object
com.vladsch.flexmark.ext.aside.internal.AsideNodeFormatter
- All Implemented Interfaces:
NodeFormatter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharReturn character which compacts like block quote prefixCollect nodes of given type so that they can be quickly accessed without traversing the AST by all formatting extensions.@Nullable Set<NodeFormattingHandler<?>> private voidrender(AsideBlock node, NodeFormatterContext context, MarkdownWriter markdown)
-
Constructor Details
-
AsideNodeFormatter
-
-
Method Details
-
getNodeClasses
Description copied from interface:NodeFormatterCollect nodes of given type so that they can be quickly accessed without traversing the AST by all formatting extensions.- Specified by:
getNodeClassesin interfaceNodeFormatter- Returns:
- the nodes of interest to this formatter during formatting.
-
getBlockQuoteLikePrefixChar
public char getBlockQuoteLikePrefixChar()Description copied from interface:NodeFormatterReturn character which compacts like block quote prefix- Specified by:
getBlockQuoteLikePrefixCharin interfaceNodeFormatter- Returns:
- character or NUL if none
-
getNodeFormattingHandlers
- Specified by:
getNodeFormattingHandlersin interfaceNodeFormatter- Returns:
- the mapping of nodes this renderer handles to rendering function
-
render
-