Uses of Class
com.vladsch.flexmark.ext.gitlab.GitLabBlockQuote
-
Packages that use GitLabBlockQuote Package Description com.vladsch.flexmark.ext.gitlab com.vladsch.flexmark.ext.gitlab.internal -
-
Uses of GitLabBlockQuote in com.vladsch.flexmark.ext.gitlab
Methods in com.vladsch.flexmark.ext.gitlab with parameters of type GitLabBlockQuote Modifier and Type Method Description voidGitLabVisitor. visit(GitLabBlockQuote node) -
Uses of GitLabBlockQuote in com.vladsch.flexmark.ext.gitlab.internal
Fields in com.vladsch.flexmark.ext.gitlab.internal declared as GitLabBlockQuote Modifier and Type Field Description private GitLabBlockQuoteGitLabBlockQuoteParser. blockMethods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type GitLabBlockQuote Modifier and Type Method Description private voidGitLabNodeFormatter. render(GitLabBlockQuote node, NodeFormatterContext context, MarkdownWriter markdown)private voidGitLabNodeRenderer. render(GitLabBlockQuote node, NodeRendererContext context, HtmlWriter html)
-