Uses of Class
com.vladsch.flexmark.ext.media.tags.EmbedLink
-
Packages that use EmbedLink Package Description com.vladsch.flexmark.ext.media.tags com.vladsch.flexmark.ext.media.tags.internal -
-
Uses of EmbedLink in com.vladsch.flexmark.ext.media.tags
Methods in com.vladsch.flexmark.ext.media.tags with parameters of type EmbedLink Modifier and Type Method Description voidEmbedLinkVisitor. visit(EmbedLink node) -
Uses of EmbedLink in com.vladsch.flexmark.ext.media.tags.internal
Methods in com.vladsch.flexmark.ext.media.tags.internal with parameters of type EmbedLink Modifier and Type Method Description private voidMediaTagsNodeRenderer. renderEmbedLink(EmbedLink node, NodeRendererContext context, HtmlWriter html)
-