Class AutolinkExtension

java.lang.Object
org.commonmark.ext.autolink.AutolinkExtension
All Implemented Interfaces:
Extension, Parser.ParserExtension

public class AutolinkExtension extends Object implements 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.