public class ExtAsideExtension extends Object implements Parser.ParserExtension, HtmlRenderer.HtmlRendererExtension
Create it with create() and then configure it on the builders
(Parser.Builder.extensions(Iterable),
HtmlRenderer.Builder.extensions(Iterable)).
The parsed ext_aside text is turned into ExtAside nodes.
| Modifier and Type | Field and Description |
|---|---|
static LinkStatus |
LOCAL_ONLY |
static DataKey<String> |
LOCAL_ONLY_TARGET_CLASS |
static DataKey<String> |
MISSING_TARGET_CLASS |
static DataKey<Boolean> |
EXT_ASIDE_OPTION1 |
static DataKey<String> |
EXT_ASIDE_OPTION2 |
static DataKey<Integer> |
EXT_ASIDE_OPTION3 |
static DataKey<ExtAsideRepository> |
EXT_ASIDES |
static DataKey<KeepType> |
EXT_ASIDES_KEEP |
EMPTY_LIST, EMPTY_SET| Modifier and Type | Method and Description |
|---|---|
static Extension |
create() |
void |
extend(HtmlRenderer.Builder rendererBuilder) |
void |
extend(Parser.Builder parserBuilder) |
public static final DataKey<ExtAsideRepository> EXT_ASIDES
public static final LinkStatus LOCAL_ONLY
public static Extension create()
public void extend(Parser.Builder parserBuilder)
extend in interface Parser.ParserExtensionpublic void extend(HtmlRenderer.Builder rendererBuilder)
extend in interface HtmlRenderer.HtmlRendererExtensionCopyright © 2016. All rights reserved.