JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

Enlive tutorial refers to html-indent, but location unknown #218

Closed GHExplorer closed 9 years ago

GHExplorer commented 9 years ago

Hi,

I know this is unrelated to the gorilla-repl per se, but at

http://viewer.gorilla-repl.org/view.html?source=github&user=shark8me&repo=clojure-examples&path=src/enliven.cljw

there is an Enlive tutorial, which refers to html-indent:

(ns enliven (:require [net.cgrand.enlive-html :as html] [hiccup.core :as hc] [html-indent :refer [view]] <======= HERE [clojure.java.io :as io])) (view (hc/html [:div]))

There's no projects.clj example there, don't know who the author is, and cannot locate a Clojure html-indent library on the web.

Does anyone know where this library is located?

JonyEpsilon commented 9 years ago

Is it this?

https://github.com/shark8me/clojure-examples/blob/master/src/html-indent.cljw

GHExplorer commented 9 years ago

That's the one, thanks JonyEpsilon.