Class AutolinkExtension
java.lang.Object
org.commonmark.ext.autolink.AutolinkExtension
- All Implemented Interfaces:
Extension, Parser.ParserExtension
Extension for automatically turning plain URLs and email addresses into links.
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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Extensioncreate()voidextend(Parser.Builder parserBuilder)
-
Method Details
-
create
-
extend
- Specified by:
extendin interfaceParser.ParserExtension
-