Uses of Class
com.vladsch.flexmark.html2md.converter.LinkConversion
-
-
Uses of LinkConversion in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter declared as LinkConversion Modifier and Type Field Description LinkConversionHtmlConverterOptions. extInlineImageLinkConversionHtmlConverterOptions. extInlineLinkFields in com.vladsch.flexmark.html2md.converter with type parameters of type LinkConversion Modifier and Type Field Description static com.vladsch.flexmark.util.data.DataKey<LinkConversion>FlexmarkHtmlConverter. EXT_INLINE_IMAGEstatic com.vladsch.flexmark.util.data.DataKey<LinkConversion>FlexmarkHtmlConverter. EXT_INLINE_LINKMethods in com.vladsch.flexmark.html2md.converter that return LinkConversion Modifier and Type Method Description static LinkConversionLinkConversion. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkConversion[]LinkConversion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-