- java.lang.Object
-
- org.commonmark.ext.autolink.AutolinkExtension
-
- 所有已实现的接口:
org.commonmark.Extension,org.commonmark.parser.Parser.ParserExtension
public class AutolinkExtension extends java.lang.Object implements org.commonmark.parser.Parser.ParserExtensionExtension 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
Linknodes.