cljsjs/marked [cljsjs/marked "0.3.5-1"] ;; latest release Use in your app: (ns application.core (:require cljsjs.marked)) (def my-html (js/marked my-markdown))