MarkdownJ

MarkdownJ is the pure Java port of Markdown, a text-to-html conversion tool written by John Gruber.

License

License

BSD license
GroupId

GroupId

org.markdownj
ArtifactId

ArtifactId

markdownj
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

MarkdownJ
MarkdownJ is the pure Java port of Markdown, a text-to-html conversion tool written by John Gruber.
Project URL

Project URL

http://markdownj.org/
Source Code Management

Source Code Management

http://github.com/myabc/markdownj/

Download markdownj

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.11

Project Modules

  • core

README

Build Status

MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.)

Quick Start

If you're after the core functionality provided by MarkdownJ, add markdown-core as a dependency:

<dependency>
  <groupId>org.markdownj</groupId>
  <artifactId>markdownj-core</artifactId>
  <version>0.4</version>
</dependency>

Related Projects

License

The project is licensed under a Revised BSD License. Refer to the accompanying LICENSE file.

Versions

Version
0.4
0.3.0-1.0.2b4