Liking cljdoc? Tell your friends :D

ui-markdown GitHub Actions status |pink-gorilla/ui-codemirrorClojars Project

Everything related to markdown:

  • html prose mode
  • markdown viewer
  • Prosemirror markdown editor.

End-Users

Demo

clojure -X:goldly

Navigate your webbrowser to port. snippets are in running systems / snippet-registry

Use with goldly

This library provides the pinkie ui renderer [:p/markdown] [:p/prosemirror] and the css class .prose

Add this alias to your deps.edn:

 :goldly
  {:extra-deps {org.pinkgorilla/goldly {:mvn/version "0.2.39"}
                org.pinkgorilla/ui-markdown {:mvn/version "0.0.3"}}
   :exec-fn goldly-server.app/goldly-server-run!
   :exec-args {:profile "watch"
               :config {:goldly {}}}}

Use outside of goldly and webly

  • We use goldly and webly to manage css and for snippet examples.
  • You can create a custom clojurescript project with shadow-cljs and ignore src/goldly.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close