Skip to content

wjc133/markdownj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Build Status

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

Maven dependency as

<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.

Packages

No packages published

Languages

  • Java 61.9%
  • HTML 38.1%