Uses of Interface
com.vladsch.flexmark.util.misc.Extension
Packages that use Extension
-
Uses of Extension in com.vladsch.flexmark.ext.abbreviation
Classes in com.vladsch.flexmark.ext.abbreviation that implement ExtensionModifier and TypeClassDescriptionclassExtension for adding abbreviations to markdown -
Uses of Extension in com.vladsch.flexmark.ext.admonition
Classes in com.vladsch.flexmark.ext.admonition that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.anchorlink
Classes in com.vladsch.flexmark.ext.anchorlink that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.aside
Classes in com.vladsch.flexmark.ext.aside that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.attributes
Classes in com.vladsch.flexmark.ext.attributes that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.autolink
Classes in com.vladsch.flexmark.ext.autolink that implement ExtensionModifier and TypeClassDescriptionclassExtension for automatically turning plain URLs and email addresses into links. -
Uses of Extension in com.vladsch.flexmark.ext.definition
Classes in com.vladsch.flexmark.ext.definition that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.emoji
Classes in com.vladsch.flexmark.ext.emoji that implement ExtensionModifier and TypeClassDescriptionclassExtension for emoji shortcuts using Emoji-Cheat-Sheet.com. -
Uses of Extension in com.vladsch.flexmark.ext.enumerated.reference
Classes in com.vladsch.flexmark.ext.enumerated.reference that implement ExtensionModifier and TypeClassDescriptionclassExtension for enumerated_references -
Uses of Extension in com.vladsch.flexmark.ext.escaped.character
Classes in com.vladsch.flexmark.ext.escaped.character that implement ExtensionModifier and TypeClassDescriptionclassExtension for escaped_characters -
Uses of Extension in com.vladsch.flexmark.ext.footnotes
Classes in com.vladsch.flexmark.ext.footnotes that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.gfm.issues
Classes in com.vladsch.flexmark.ext.gfm.issues that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.gfm.strikethrough
Classes in com.vladsch.flexmark.ext.gfm.strikethrough that implement ExtensionModifier and TypeClassDescriptionclassExtension for GFM strikethrough using ~~ (GitHub Flavored Markdown).classExtension for GFM strikethrough using ~~ (GitHub Flavored Markdown).classExtension for GFM strikethrough using ~~ (GitHub Flavored Markdown). -
Uses of Extension in com.vladsch.flexmark.ext.gfm.tasklist
Classes in com.vladsch.flexmark.ext.gfm.tasklist that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.gfm.users
Classes in com.vladsch.flexmark.ext.gfm.users that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.gitlab
Classes in com.vladsch.flexmark.ext.gitlab that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.ins
Classes in com.vladsch.flexmark.ext.ins that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.jekyll.front.matter
Classes in com.vladsch.flexmark.ext.jekyll.front.matter that implement ExtensionModifier and TypeClassDescriptionclassExtension for jekyll_front_matters -
Uses of Extension in com.vladsch.flexmark.ext.jekyll.tag
Classes in com.vladsch.flexmark.ext.jekyll.tag that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.macros
Classes in com.vladsch.flexmark.ext.macros that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.media.tags
Classes in com.vladsch.flexmark.ext.media.tags that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.resizable.image
Classes in com.vladsch.flexmark.ext.resizable.image that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.spec.example
Classes in com.vladsch.flexmark.ext.spec.example that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.superscript
Classes in com.vladsch.flexmark.ext.superscript that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.tables
Classes in com.vladsch.flexmark.ext.tables that implement ExtensionModifier and TypeClassDescriptionclassExtension for GFM tables using "|" pipes (GitHub Flavored Markdown). -
Uses of Extension in com.vladsch.flexmark.ext.toc
Classes in com.vladsch.flexmark.ext.toc that implement ExtensionModifier and TypeClassDescriptionclassExtension for tocsclassExtension for tocs -
Uses of Extension in com.vladsch.flexmark.ext.typographic
Classes in com.vladsch.flexmark.ext.typographic that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.wikilink
Classes in com.vladsch.flexmark.ext.wikilink that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.xwiki.macros
Classes in com.vladsch.flexmark.ext.xwiki.macros that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.yaml.front.matter
Classes in com.vladsch.flexmark.ext.yaml.front.matter that implement ExtensionModifier and TypeClassDescriptionclassExtension for YAML-like metadata. -
Uses of Extension in com.vladsch.flexmark.ext.youtube.embedded
Classes in com.vladsch.flexmark.ext.youtube.embedded that implement Extension -
Uses of Extension in com.vladsch.flexmark.ext.zzzzzz
Classes in com.vladsch.flexmark.ext.zzzzzz that implement Extension -
Uses of Extension in com.vladsch.flexmark.formatter
Subinterfaces of Extension in com.vladsch.flexmark.formatterMethods in com.vladsch.flexmark.formatter with parameters of type ExtensionModifier and TypeMethodDescriptionprotected booleanFormatter.Builder.loadExtension(@NotNull Extension extension) protected voidFormatter.Builder.preloadExtension(@NotNull Extension extension) -
Uses of Extension in com.vladsch.flexmark.html
Subinterfaces of Extension in com.vladsch.flexmark.htmlMethods in com.vladsch.flexmark.html with parameters of type ExtensionModifier and TypeMethodDescriptionprotected booleanHtmlRenderer.Builder.loadExtension(@NotNull Extension extension) protected voidHtmlRenderer.Builder.preloadExtension(@NotNull Extension extension) -
Uses of Extension in com.vladsch.flexmark.html2md.converter
Subinterfaces of Extension in com.vladsch.flexmark.html2md.converterMethods in com.vladsch.flexmark.html2md.converter with parameters of type ExtensionModifier and TypeMethodDescriptionprotected booleanFlexmarkHtmlConverter.Builder.loadExtension(@NotNull Extension extension) protected voidFlexmarkHtmlConverter.Builder.preloadExtension(@NotNull Extension extension) -
Uses of Extension in com.vladsch.flexmark.jira.converter
Classes in com.vladsch.flexmark.jira.converter that implement Extension -
Uses of Extension in com.vladsch.flexmark.parser
Subinterfaces of Extension in com.vladsch.flexmark.parserModifier and TypeInterfaceDescriptionstatic interfaceExtension forParser.static interfaceShould be implemented by all extensions that create a node repository or other references in the document.Fields in com.vladsch.flexmark.parser with type parameters of type ExtensionMethods in com.vladsch.flexmark.parser with parameters of type ExtensionModifier and TypeMethodDescriptionstatic MutableDataHolderParser.addExtensions(MutableDataHolder options, Extension... extensions) Add extension(s) to the extension listprotected booleanParser.Builder.loadExtension(@NotNull Extension extension) protected voidParser.Builder.preloadExtension(@NotNull Extension extension) -
Uses of Extension in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util with type parameters of type ExtensionModifier and TypeFieldDescriptionstatic final DataKey<Collection<Extension>> RenderingTestCase.EXTENSIONSstatic final DataKey<Collection<Extension>> LoadUnloadDataKeyAggregator.LOAD_EXTENSIONSstatic final DataKey<Collection<Extension>> RenderingTestCase.LOAD_EXTENSIONSstatic final DataKey<Collection<Extension>> TestUtils.LOAD_EXTENSIONSstatic final DataKey<Collection<Class<? extends Extension>>> LoadUnloadDataKeyAggregator.UNLOAD_EXTENSIONSstatic final DataKey<Collection<Class<? extends Extension>>> RenderingTestCase.UNLOAD_EXTENSIONSstatic final DataKey<Collection<Class<? extends Extension>>> TestUtils.UNLOAD_EXTENSIONS -
Uses of Extension in com.vladsch.flexmark.util.builder
Fields in com.vladsch.flexmark.util.builder declared as ExtensionMethods in com.vladsch.flexmark.util.builder with parameters of type ExtensionModifier and TypeMethodDescriptionprotected abstract booleanBuilderBase.loadExtension(@NotNull Extension extension) Load extension if it is validprotected abstract voidBuilderBase.preloadExtension(@NotNull Extension extension) Preload operation for extension, perform any data config and other operation needed for loading extensionMethod parameters in com.vladsch.flexmark.util.builder with type arguments of type ExtensionModifier and TypeMethodDescriptionfinal TBuilderBase.extensions(@NotNull Collection<? extends Extension> extensions) static DataHolderBuilderBase.removeExtensions(@NotNull DataHolder options, @NotNull Collection<Class<? extends Extension>> excludeExtensions) Remove given extensions from options[EXTENSIONS] data key. -
Uses of Extension in com.vladsch.flexmark.util.data
Fields in com.vladsch.flexmark.util.data with type parameters of type ExtensionModifier and TypeFieldDescriptionstatic final DataKey<Collection<Extension>> SharedDataKeys.EXTENSIONS -
Uses of Extension in com.vladsch.flexmark.util.misc
Fields in com.vladsch.flexmark.util.misc with type parameters of type Extension -
Uses of Extension in com.vladsch.flexmark.youtrack.converter
Classes in com.vladsch.flexmark.youtrack.converter that implement ExtensionModifier and TypeClassDescriptionclassExtension for youtrack_converters