Bother! forgot to add the nascent diff2html file. Added.

This commit is contained in:
Simon Brooke 2015-01-11 15:42:44 +00:00
parent c0e97526ed
commit 637ea8c084

View file

@ -0,0 +1,8 @@
(ns smeagol.diff2html)
(defn diff2html
"Convert this string, assumed to be in diff format, to HTML."
[^String diff-text]
;; TODO doesn't work yet
(str "<pre>" diff-text "</pre>"))