[cljsjs/commonmark "0.26.0-1"] ;; latest release
This jar comes with deps.cljs
as used by the Foreign Libs feature
of the Clojurescript compiler. After adding the above dependency to your project
you can require the packaged library like so:
(ns application.core
(:require 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.