commonmark-java extension for strikethrough

commonmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown)

License

License

GroupId

GroupId

org.commonmark
ArtifactId

ArtifactId

commonmark-ext-gfm-strikethrough
Last Version

Last Version

0.19.0
Release Date

Release Date

Type

Type

jar
Description

Description

commonmark-java extension for strikethrough
commonmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown)

Download commonmark-ext-gfm-strikethrough

How to add to project

<!-- https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-strikethrough/ -->
<dependency>
    <groupId>org.commonmark</groupId>
    <artifactId>commonmark-ext-gfm-strikethrough</artifactId>
    <version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-strikethrough/
implementation 'org.commonmark:commonmark-ext-gfm-strikethrough:0.19.0'
// https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-strikethrough/
implementation ("org.commonmark:commonmark-ext-gfm-strikethrough:0.19.0")
'org.commonmark:commonmark-ext-gfm-strikethrough:jar:0.19.0'
<dependency org="org.commonmark" name="commonmark-ext-gfm-strikethrough" rev="0.19.0">
  <artifact name="commonmark-ext-gfm-strikethrough" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonmark', module='commonmark-ext-gfm-strikethrough', version='0.19.0')
)
libraryDependencies += "org.commonmark" % "commonmark-ext-gfm-strikethrough" % "0.19.0"
[org.commonmark/commonmark-ext-gfm-strikethrough "0.19.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.commonmark : commonmark jar 0.19.0

test (1)

Group / Artifact Type Version
org.commonmark : commonmark-test-util jar 0.19.0

Project Modules

There are no modules declared in this project.
org.commonmark

CommonMark

A strongly specified, highly compatible implementation of Markdown

Versions

Version
0.19.0
0.18.2
0.18.1
0.18.0
0.17.2
0.17.1
0.17.0