Class AutolinkExtension
java.lang.Object
com.vladsch.flexmark.ext.autolink.AutolinkExtension
- All Implemented Interfaces:
Parser.ParserExtension, Extension
-
Field Summary
FieldsFields inherited from interface Extension
EMPTY_LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AutolinkExtensioncreate()voidextend(Parser.Builder parserBuilder) This method is called on all extensions so that they can register their custom processorsvoidparserOptions(MutableDataHolder options) This method is called first on all extensions so that they can adjust the options that must be common to all extensions.
-
Field Details
-
IGNORE_LINKS
-
-
Constructor Details
-
AutolinkExtension
private AutolinkExtension()
-
-
Method Details
-
create
-
parserOptions
Description copied from interface:Parser.ParserExtensionThis method is called first on all extensions so that they can adjust the options that must be common to all extensions.- Specified by:
parserOptionsin interfaceParser.ParserExtension- Parameters:
options- option set that will be used for the builder
-
extend
Description copied from interface:Parser.ParserExtensionThis method is called on all extensions so that they can register their custom processors- Specified by:
extendin interfaceParser.ParserExtension- Parameters:
parserBuilder- parser builder with which to register extensions- See Also:
-