(create-editor-after-element element
value
opts
&
{:keys [klass remove-ending-comments? indent?]
:or {remove-ending-comments? false
indent? false}})
(replace-element-by-editor element
value
{:keys [mode] :as opts}
&
{:keys [klass indent? remove-ending-comments?]
:or {indent? true remove-ending-comments? true}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close