hiccdown

Hiccdown is a pure Clojure / ClojureScript library designed to translate documents back and fourth between the Markdown format and the Hiccup data structure.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 3 Downloads
  • 3 This Version

Leiningen/Boot

[hiccdown "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

hiccdown/hiccdown {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("hiccdown:hiccdown:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>hiccdown</groupId>
  <artifactId>hiccdown</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>