Functions to generate standard and github flavored markdown.
Functions to generate standard and github flavored markdown.
(block-quote s)
Block quote (standard markdown).
Block quote (standard markdown).
(code-inline s)
Code inline (standard markdown).
Code inline (standard markdown).
(fenced-code s)
(fenced-code s lang)
Fenced code (Github flavoured markdown).
Fenced code (Github flavoured markdown).
(h1 s)
First level heading (standard markdown).
First level heading (standard markdown).
(h2 s)
Second level heading (standard markdown).
Second level heading (standard markdown).
(h3 s)
Third level heading (standard markdown).
Third level heading (standard markdown).
(h4 s)
Fourth level heading (standard markdown).
Fourth level heading (standard markdown).
(h5 s)
Fifth level heading (standard markdown).
Fifth level heading (standard markdown).
(h6 s)
Sixth level heading (standard markdown).
Sixth level heading (standard markdown).
(hr)
Horizontal ruler (standard markdown).
Horizontal ruler (standard markdown).
(image-id & coll)
Image ID (standard markdown).
Image ID (standard markdown).
(image-ref & coll)
Image reference (standard markdown).
Image reference (standard markdown).
(link-ref & coll)
Link reference (standard markdown).
Link reference (standard markdown).
(ol & coll)
Ordered list (standard markdown).
Ordered list (standard markdown).
(strike-through s)
Strike through text (Github flavoured markdown).
Strike through text (Github flavoured markdown).
(strong s)
Strong emphasis (standard markdown).
Strong emphasis (standard markdown).
(ul & coll)
Unordered list (standard markdown).
Unordered list (standard markdown).
(very-strong s)
Very strong emphasis (standard markdown).
Very strong emphasis (standard markdown).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close