Uses of Interface
com.vladsch.flexmark.html2md.converter.HtmlLinkResolverFactory
-
-
Uses of HtmlLinkResolverFactory in com.vladsch.flexmark.html2md.converter
Methods in com.vladsch.flexmark.html2md.converter with parameters of type HtmlLinkResolverFactory Modifier and Type Method Description FlexmarkHtmlConverter.BuilderFlexmarkHtmlConverter.Builder. linkResolverFactory(@NotNull HtmlLinkResolverFactory linkResolverFactory)Add a factory for instantiating a node renderer (done when rendering).
-