Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.14 KB

README.markdown

File metadata and controls

34 lines (23 loc) · 1.14 KB

README

Join the chat at https://gitter.im/myabc/markdownj

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.