typographer

Converts standard ASCII punctuation into typographic smart characters.

Leiningen/Boot

[typographer "1.0.0"]

Clojure CLI/deps.edn

typographer/typographer {:mvn/version "1.0.0"}

Gradle

implementation("typographer:typographer:1.0.0")

Maven

<dependency>
  <groupId>typographer</groupId>
  <artifactId>typographer</artifactId>
  <version>1.0.0</version>
</dependency>