GitHub - aya-prover/commonmark-java: Java library for parsing and rendering CommonMark (Markdown) · GitHub
Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

aya-prover/commonmark-java

 
 

Folders and files

Repository files navigation

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

Contributing

Stars

Watchers

Forks

Packages

Contributors

Languages

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