Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Java library for parsing and rendering CommonMark (Markdown)

License

Notifications You must be signed in to change notification settings

aya-prover/commonmark-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

commonmark-java with JPMS

Maven Central

This is a fork of commonmark-java with jpms support (see this comment). The original project is not going to support jpms natively and the other fork is on bintray which is closed, so I'm creating this new fork and publishing it to maven central.

<dependency>
    <groupId>org.aya-prover</groupId>
    <artifactId>commonmark</artifactId>
    <version>0.21.1</version>
</dependency>

The module names to use in Java 9 are org.commonmark, org.commonmark.ext.autolink, etc, corresponding to package names.

About

Java library for parsing and rendering CommonMark (Markdown)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Kotlin 1.2%
  • Other 0.3%