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.
[cljsjs/commonmark "0.29.0-1"]
cljsjs/commonmark {:mvn/version "0.29.0-1"}
implementation("cljsjs:commonmark:0.29.0-1")
<dependency> <groupId>cljsjs</groupId> <artifactId>commonmark</artifactId> <version>0.29.0-1</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: