k.commonmark-ext-gfm-strikethrough.0.24.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commonmark-ext-gfm-strikethrough Show documentation
Show all versions of commonmark-ext-gfm-strikethrough Show documentation
commonmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown)
The newest version!
module org.commonmark.ext.gfm.strikethrough {
exports org.commonmark.ext.gfm.strikethrough;
requires org.commonmark;
}