Uses of Interface
com.vladsch.flexmark.util.ast.BlockQuoteLike
-
Packages that use BlockQuoteLike Package Description com.vladsch.flexmark.ast AST node types (seeNode
) and visitors (seeNodeVisitor
)com.vladsch.flexmark.ext.aside com.vladsch.flexmark.formatter -
-
Uses of BlockQuoteLike in com.vladsch.flexmark.ast
Classes in com.vladsch.flexmark.ast that implement BlockQuoteLike Modifier and Type Class Description class
BlockQuote
-
Uses of BlockQuoteLike in com.vladsch.flexmark.ext.aside
Classes in com.vladsch.flexmark.ext.aside that implement BlockQuoteLike Modifier and Type Class Description class
AsideBlock
A ExtAside block node -
Uses of BlockQuoteLike in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type BlockQuoteLike Modifier and Type Method Description static java.lang.String
FormatterUtils. getBlockLikePrefix(BlockQuoteLike node, NodeFormatterContext context, BlockQuoteMarker blockQuoteMarkers, @NotNull BasedSequence prefix)
static void
FormatterUtils. renderBlockQuoteLike(BlockQuoteLike node, NodeFormatterContext context, MarkdownWriter markdown)
-