bewillcott / markdownj

MarkdownJ

Home Page:https://bewillcott.github.io/markdownj/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

Releases

There is a new Interim Release: 0.5.15-SNAPSHOT

Related Projects

License

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

About

MarkdownJ

https://bewillcott.github.io/markdownj/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 59.4%Language:HTML 37.1%Language:CSS 3.4%