Uses of Enum Class
com.vladsch.flexmark.util.format.options.BlockQuoteMarker
Packages that use BlockQuoteMarker
-
Uses of BlockQuoteMarker in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as BlockQuoteMarkerFields in com.vladsch.flexmark.formatter with type parameters of type BlockQuoteMarkerModifier and TypeFieldDescriptionstatic final DataKey<BlockQuoteMarker>
Formatter.BLOCK_QUOTE_MARKERS
Methods in com.vladsch.flexmark.formatter with parameters of type BlockQuoteMarkerModifier and TypeMethodDescriptionstatic String
FormatterUtils.getBlockLikePrefix
(BlockQuoteLike node, NodeFormatterContext context, BlockQuoteMarker blockQuoteMarkers, @NotNull BasedSequence prefix) -
Uses of BlockQuoteMarker in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return BlockQuoteMarkerModifier and TypeMethodDescriptionstatic BlockQuoteMarker
Returns the enum constant of this class with the specified name.static BlockQuoteMarker[]
BlockQuoteMarker.values()
Returns an array containing the constants of this enum class, in the order they are declared.