html-to-md.html-to-md

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

markdown-a

(markdown-a e d)

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

markdown-br

(markdown-br e d)

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

markdown-code

(markdown-code e d)

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

markdown-default

(markdown-default e d)

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

markdown-dispatcher

A dispatcher for transforming (X)HTML into Markdown.

markdown-div

(markdown-div e d)

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

markdown-em

(markdown-em e d)

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

markdown-h1

(markdown-h1 e d)

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

markdown-h2

(markdown-h2 e d)

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

markdown-h3

(markdown-h3 e d)

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

markdown-h4

(markdown-h4 e d)

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

markdown-h5

(markdown-h5 e d)

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

markdown-h6

(markdown-h6 e d)

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

markdown-header

(markdown-header e d level)

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

markdown-html

(markdown-html e d)

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

markdown-img

(markdown-img e d)

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

markdown-ol

(markdown-ol e d)

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

markdown-omit

(markdown-omit e d)

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

markdown-pre

(markdown-pre e d)

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

markdown-strong

(markdown-strong e d)

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

markdown-ul

(markdown-ul e d)

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