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 void
GitLabVisitor. 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 GitLabBlockQuote
GitLabBlockQuoteParser. block
Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type GitLabBlockQuote Modifier and Type Method Description private void
GitLabNodeFormatter. render(GitLabBlockQuote node, NodeFormatterContext context, MarkdownWriter markdown)
private void
GitLabNodeRenderer. render(GitLabBlockQuote node, NodeRendererContext context, HtmlWriter html)
-