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 | Method and Description |
|---|---|
static Extension |
create() |
void |
extend(Parser.Builder parserBuilder) |
public static Extension create()
public void extend(Parser.Builder parserBuilder)
extend in interface Parser.ParserExtensionCopyright © 2021. All rights reserved.