public class AsideExtension extends Object implements com.vladsch.flexmark.parser.Parser.ParserExtension, com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension
Create it with create() and then configure it on the builders
The parsed pipe prefixed text is turned into AsideBlock nodes.
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> |
ALLOW_LEADING_SPACE |
static com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> |
EXTEND_TO_BLANK_LINE |
static com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> |
IGNORE_BLANK_LINE |
static com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> |
INTERRUPTS_ITEM_PARAGRAPH |
static com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> |
INTERRUPTS_PARAGRAPH |
static com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> |
WITH_LEAD_SPACES_INTERRUPTS_ITEM_PARAGRAPH |
| Modifier and Type | Method and Description |
|---|---|
static com.vladsch.flexmark.util.builder.Extension |
create() |
void |
extend(com.vladsch.flexmark.html.HtmlRenderer.Builder rendererBuilder,
String rendererType) |
void |
extend(com.vladsch.flexmark.parser.Parser.Builder parserBuilder) |
void |
parserOptions(com.vladsch.flexmark.util.options.MutableDataHolder options) |
void |
rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options) |
public static final com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> EXTEND_TO_BLANK_LINE
public static final com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> IGNORE_BLANK_LINE
public static final com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> ALLOW_LEADING_SPACE
public static final com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> INTERRUPTS_PARAGRAPH
public static final com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> INTERRUPTS_ITEM_PARAGRAPH
public static final com.vladsch.flexmark.util.collection.DynamicDefaultKey<Boolean> WITH_LEAD_SPACES_INTERRUPTS_ITEM_PARAGRAPH
public static com.vladsch.flexmark.util.builder.Extension create()
public void rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
rendererOptions in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtensionpublic void parserOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
parserOptions in interface com.vladsch.flexmark.parser.Parser.ParserExtensionpublic void extend(com.vladsch.flexmark.parser.Parser.Builder parserBuilder)
extend in interface com.vladsch.flexmark.parser.Parser.ParserExtensionpublic void extend(com.vladsch.flexmark.html.HtmlRenderer.Builder rendererBuilder,
String rendererType)
extend in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtensionCopyright © 2019. All rights reserved.