cljsjs/commonmark

CommonMark is a rationalized version of Markdown syntax. It provides a library with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML or to an XML representation of the AST.

Leiningen/Boot

[cljsjs/commonmark "0.29.0-0"]

Clojure CLI/deps.edn

cljsjs/commonmark {:mvn/version "0.29.0-0"}

Gradle

implementation("cljsjs:commonmark:0.29.0-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>commonmark</artifactId>
  <version>0.29.0-0</version>
</dependency>