![JAR search and dependency download from the Maven repository](/logo.png)
com.vladsch.flexmark.ext.gfm.strikethrough.StrikethroughVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-ext-gfm-strikethrough Show documentation
Show all versions of flexmark-ext-gfm-strikethrough Show documentation
flexmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown)
The newest version!
package com.vladsch.flexmark.ext.gfm.strikethrough;
public interface StrikethroughVisitor {
void visit(Strikethrough node);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy