com.vladsch.flexmark.ext.gitlab.GitLabVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-ext-gitlab Show documentation
Show all versions of flexmark-ext-gitlab Show documentation
flexmark-java extension for GitLab Flavoured Markdown
package com.vladsch.flexmark.ext.gitlab;
public interface GitLabVisitor {
void visit(GitLabIns node);
void visit(GitLabDel node);
void visit(GitLabInlineMath node);
void visit(GitLabBlockQuote node);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy