(md-block & args__8654__auto__)
Tag representing a markdwown code block.
ex:
◊md-block[:type "clojure"] {
(def plus +)
}
Tag representing a markdwown code block. ex: ```text ◊md-block[:type "clojure"] { (def plus +) } ```
(project-coords & _)
Tag used to generate a 'installation section on readmes'. Will generate md clojure blocks with the coordinates of the project.
The coordinates are passed using [[fr.jeremyschoffen.textp.alpha.lib.input/input]]. This input is expected to be a
map with the coordinates in tools.deps form ('{symbolic/coord {:mvn/version "x.y.z"}}
) under the key
:project/coords
.
Tag used to generate a 'installation section on readmes'. Will generate md clojure blocks with the coordinates of the project. The coordinates are passed using [[fr.jeremyschoffen.textp.alpha.lib.input/*input*]]. This input is expected to be a map with the coordinates in *tools.deps form* (`'{symbolic/coord {:mvn/version "x.y.z"}}`) under the key `:project/coords`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close