Today I tried to build a project with commonmark-java. Here is the repo j143/markdown-testing
In the pom.xml
file, add dependency as
<dependencies>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.18.1</version>
</dependency>
</dependencies>
Top comments (0)