remark

Remark is a library for taking (X)HTML input and outputting clean Markdown, Markdown Extra, or MultiMarkdown compatible text.

License

License

GroupId

GroupId

com.kotcrab.remark
ArtifactId

ArtifactId

remark
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

remark
Remark is a library for taking (X)HTML input and outputting clean Markdown, Markdown Extra, or MultiMarkdown compatible text.
Project URL

Project URL

https://github.com/kotcrab/remark-java/

Download remark

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.jsoup : jsoup jar 1.9.2
org.apache.commons : commons-lang3 jar 3.4
commons-cli : commons-cli Optional jar 1.2

test (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.4
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0