Liking cljdoc? Tell your friends :D

cloj-md.core

Markdown generator library

Markdown generator library
raw docstring

$clj

($ i pre)
($ text i pre)

numbered points with number i and then optionally appends to text

numbered points with number `i` and then optionally appends to `text`
sourceraw docstring

<<>>clj

(<<>> code_snippet)
(<<>> lang code_snippet)
(<<>> text lang code_snippet)

code snippet with lang if present and optionally appends to the text

code snippet with `lang` if present and optionally appends to the `text`
sourceraw docstring

<>clj

(<> code)
(<> text code)

inline code emphasize and then optionally appends to text

inline code emphasize and then optionally appends to `text`
sourceraw docstring

>>clj

(>> block)
(>> text block)

block quote and then optionally appends to text

block quote and then optionally appends to `text`
sourceraw docstring

aclj

(a val link)
(a text val link)

links the hyperlink link with text val and then optionally appends to text

links the hyperlink `link` with text `val` and then optionally appends to `text`
sourceraw docstring

bclj

(b pre)
(b text pre)

bolds pre and optionally appends to the text

bolds `pre` and optionally appends to the `text`
sourceraw docstring

brclj

(br)
(br text)
(br text n)

new line n times if present after text

new line `n` times if present after `text`
sourceraw docstring

buclj

(bu pre)
(bu text pre)

bulletize pre and optionally appends to the text

bulletize `pre` and optionally appends to the `text`
sourceraw docstring

hclj

(h weight headline)
(h text weight headline)

headlines the headline with weight weight and optionally appends to the text

headlines the `headline` with weight `weight` and optionally appends to the `text`
sourceraw docstring

iclj

(i pre)
(i text pre)

italicize pre and optionally appends to the text

italicize `pre` and optionally appends to the `text`
sourceraw docstring

imgclj

(img alt link)
(img text alt link)

image with alt text alt and href link and then optionally appends to text

image with alt text `alt` and href `link` and then optionally appends to `text`
sourceraw docstring

pclj

(p pre)
(p text pre)

a paragraph pre and optionally appends to the text

a paragraph `pre` and optionally appends to the `text`
sourceraw docstring

vidclj

(vid alt img_link link)
(vid text alt img_link link)

a syntatic suger for videos with image thumbnail. links the image with href img_link and alt-text alt with the video href link and then optionally appends to text

a syntatic suger for videos with image thumbnail.
links the image with href `img_link` and alt-text `alt` with the video href `link` and then optionally appends to `text`
sourceraw docstring

write-intoclj

(write-into text file)
source

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

× close