Liking cljdoc? Tell your friends :D

html-to-md.html-to-md

Transform general HTML to Markdown, as faithfully as is reasonably possible.

Transform general HTML to
[Markdown](https://daringfireball.net/projects/markdown/), as faithfully
as is reasonably possible.
raw docstring

markdown-aclj

(markdown-a e d)

Process the anchor element e into markdown, using dispatcher d.

Process the anchor element `e` into markdown, using dispatcher `d`.
sourceraw docstring

markdown-brclj

(markdown-br e d)

Process the line-break element e, so beloved of tag-soupers, into markdown

Process the line-break element `e`, so beloved of tag-soupers, into
markdown
sourceraw docstring

markdown-codeclj

(markdown-code e d)

Process the code or samp e into markdown, using dispatcher d.

Process the code or samp `e` into markdown, using dispatcher `d`.
sourceraw docstring

markdown-defaultclj

(markdown-default e d)

Process an element e for which we have no other function into markdown, using dispatcher d.

Process an element `e` for which we have no other function into markdown,
using dispatcher `d`.
sourceraw docstring

markdown-dispatcherclj

A dispatcher for transforming (X)HTML into Markdown.

A dispatcher for transforming (X)HTML into Markdown.
sourceraw docstring

markdown-divclj

(markdown-div e d)

Process the division element e into markdown, using dispatcher d.

Process the division element `e` into markdown, using dispatcher `d`.
sourceraw docstring

markdown-emclj

(markdown-em e d)

Process the emphasis element e into markdown, using dispatcher d.

Process the emphasis element `e` into markdown, using dispatcher `d`.
sourceraw docstring

markdown-h1clj

(markdown-h1 e d)

Process the header element e into markdown, with level 1, using dispatcher d.

Process the header element `e` into markdown, with level 1, using
dispatcher `d`.
sourceraw docstring

markdown-h2clj

(markdown-h2 e d)

Process the header element e into markdown, with level 2, using dispatcher d.

Process the header element `e` into markdown, with level 2, using
dispatcher `d`.
sourceraw docstring

markdown-h3clj

(markdown-h3 e d)

Process the header element e into markdown, with level 3, using dispatcher d.

Process the header element `e` into markdown, with level 3, using
dispatcher `d`.
sourceraw docstring

markdown-h4clj

(markdown-h4 e d)

Process the header element e into markdown, with level 4, using dispatcher d.

Process the header element `e` into markdown, with level 4, using
dispatcher `d`.
sourceraw docstring

markdown-h5clj

(markdown-h5 e d)

Process the header element e into markdown, with level 5, using dispatcher d.

Process the header element `e` into markdown, with level 5, using
dispatcher `d`.
sourceraw docstring

markdown-h6clj

(markdown-h6 e d)

Process the header element e into markdown, with level 6, using dispatcher d.

Process the header element `e` into markdown, with level 6, using
dispatcher `d`.
sourceraw docstring

markdown-headerclj

(markdown-header e d level)

Process the header element e into markdown, with level level, using dispatcher d.

Process the header element `e` into markdown, with level `level`,
using dispatcher `d`.
sourceraw docstring

markdown-htmlclj

(markdown-html e d)

Process this HTML element e into markdown, using dispatcher d.

Process this HTML element `e` into markdown, using dispatcher `d`.
sourceraw docstring

markdown-imgclj

(markdown-img e d)

Process this image element e into markdown, using dispatcher d.

Process this image element `e` into markdown, using dispatcher `d`.
sourceraw docstring

markdown-olclj

(markdown-ol e d)

Process this ordered list element e into markdown, using dispatcher d.

Process this ordered list element `e` into markdown, using dispatcher
`d`.
sourceraw docstring

markdown-omitclj

(markdown-omit e d)

Don't process the element e into markdown, but return nil.

Don't process the element `e` into markdown, but return `nil`.
sourceraw docstring

markdown-preclj

(markdown-pre e d)

Process the preformatted emphasis element e into markdown, using dispatcher d.

Process the preformatted emphasis element `e` into markdown, using
dispatcher `d`.
sourceraw docstring

markdown-strongclj

(markdown-strong e d)

Process the strong emphasis element e into markdown, using dispatcher d.

Process the strong emphasis element `e` into markdown, using dispatcher
`d`.
sourceraw docstring

markdown-ulclj

(markdown-ul e d)

Process this unordered list element e into markdown, using dispatcher d.

Process this unordered list element `e` into markdown, using dispatcher
`d`.
sourceraw docstring

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

× close