Everything related to markdown:
clojure -X:goldly
Navigate your webbrowser to port.
snippets are in running systems
/ snippet-registry
This library provides the pinkie ui renderer [:p/markdown] [:p/prosemirror] and the css class .prose
You can add either just the ui renderer [ui.markdown.goldly.core], or can also add the snippets [ui.markdown.goldly.snippets].
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 {:extensions [[ui.markdown.goldly.core]
[ui.markdown.goldly.snippets]
]}}}}
src/goldly
.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close