public class AutolinkExtension extends Object implements Parser.ParserExtension
Create it with create() and then configure it on the builders
(Parser.Builder.extensions(Iterable),
HtmlRenderer.Builder.extensions(Iterable)).
The parsed links are turned into normal Link nodes.
| Modifier and Type | Field and Description |
|---|---|
static DataKey<String> |
IGNORE_LINKS |
EMPTY_LIST, EMPTY_SET| Modifier and Type | Method and Description |
|---|---|
static Extension |
create() |
void |
extend(Parser.Builder parserBuilder) |
void |
parserOptions(MutableDataHolder options) |
public static Extension create()
public void parserOptions(MutableDataHolder options)
parserOptions in interface Parser.ParserExtensionpublic void extend(Parser.Builder parserBuilder)
extend in interface Parser.ParserExtensionCopyright © 2018. All rights reserved.