Skip to content

Commit

Permalink
[#26] Make get-default-resource-compiler public (@mt0erfztxt)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed May 12, 2022
1 parent 64ffc8b commit 813fe33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/taoensso/tempura.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@

;;;;

(def ^:private get-default-resource-compiler
"Good general-purpose resource compiler.
(def get-default-resource-compiler
"Implementation detail.
Good general-purpose resource compiler.
Supports output of text, and Hiccup forms with simple Markdown styles."
(enc/memoize_
(fn [{:keys [escape-html?]}]
Expand Down

0 comments on commit 813fe33

Please sign in to comment.