Skip to content

Instantly share code, notes, and snippets.

@wavejumper
Created October 3, 2020 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wavejumper/0c7168819b05c803a2963191f51eb321 to your computer and use it in GitHub Desktop.
Save wavejumper/0c7168819b05c803a2963191f51eb321 to your computer and use it in GitHub Desktop.
cljspad + highlight.js
(require '[sandbox.reagent :as r :refer [render]])
(render [r/highlight {:language "clojure"} (pr-str {:a :b})])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment