From cb9966386158b671763d64736083051af6b261b4 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 1 May 2019 14:16:01 +0100 Subject: [PATCH] Ooops! Must remember to put regenerating docs into the release process! --- docs/html-to-md.blogger-to-md.html | 2 +- docs/html-to-md.core.html | 2 +- docs/html-to-md.html-to-md.html | 2 +- docs/html-to-md.transformer.html | 2 +- docs/index.html | 2 +- docs/intro.html | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/html-to-md.blogger-to-md.html b/docs/html-to-md.blogger-to-md.html index 56285f1..e14c706 100644 --- a/docs/html-to-md.blogger-to-md.html +++ b/docs/html-to-md.blogger-to-md.html @@ -1,3 +1,3 @@ -html-to-md.blogger-to-md documentation

html-to-md.blogger-to-md

Convert blogger posts to Markdown format, omitting all the Blogger chrome and navigation.

blogger-dispatcher

Adaptation of markdown-dispatcher, q.v., with the :table and :html dispatches overridden.

blogger-scraper

(blogger-scraper e d)

Processor which scrapes the actual post content out of a blogger page. NOTE: This was written to scrape my blogger pages, yours may be different!

image-table-processor

(image-table-processor e d)

Blogger’s horrible tag soup wraps images in tables. Is this table such a table? If so extract the image from it and process it to markdown; otherwise, fall back on what markdown-dispatcher would do with the table (which is currently nothing, but that will change).

\ No newline at end of file +html-to-md.blogger-to-md documentation

html-to-md.blogger-to-md

Convert blogger posts to Markdown format, omitting all the Blogger chrome and navigation.

blogger-dispatcher

Adaptation of markdown-dispatcher, q.v., with the :table and :html dispatches overridden.

blogger-scraper

(blogger-scraper e d)

Processor which scrapes the actual post content out of a blogger page. NOTE: This was written to scrape my blogger pages, yours may be different!

image-table-processor

(image-table-processor e d)

Blogger’s horrible tag soup wraps images in tables. Is this table such a table? If so extract the image from it and process it to markdown; otherwise, fall back on what markdown-dispatcher would do with the table (which is currently nothing, but that will change).

\ No newline at end of file diff --git a/docs/html-to-md.core.html b/docs/html-to-md.core.html index c9fdebe..7f95066 100644 --- a/docs/html-to-md.core.html +++ b/docs/html-to-md.core.html @@ -1,3 +1,3 @@ -html-to-md.core documentation

html-to-md.core

Top level functions intended for very simple use.

blogger-to-md

(blogger-to-md url)(blogger-to-md url output)

Transform the Blogger post referenced by url into Markdown, and write it to output, if supplied. NOTE: This was written to scrape my blogger pages, yours may be different!

html-to-md

(html-to-md url)(html-to-md url output)

Transform the HTML document referenced by url into Markdown, and write it to output, if supplied.

\ No newline at end of file +html-to-md.core documentation

html-to-md.core

Top level functions intended for very simple use.

blogger-to-md

(blogger-to-md url)(blogger-to-md url output)

Transform the Blogger post referenced by url into Markdown, and write it to output, if supplied. NOTE: This was written to scrape my blogger pages, yours may be different!

html-to-md

(html-to-md url)(html-to-md url output)

Transform the HTML document referenced by url into Markdown, and write it to output, if supplied.

\ No newline at end of file diff --git a/docs/html-to-md.html-to-md.html b/docs/html-to-md.html-to-md.html index 6be170d..73138d9 100644 --- a/docs/html-to-md.html-to-md.html +++ b/docs/html-to-md.html-to-md.html @@ -1,3 +1,3 @@ -html-to-md.html-to-md documentation

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.

\ No newline at end of file +html-to-md.html-to-md documentation

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.

\ No newline at end of file diff --git a/docs/html-to-md.transformer.html b/docs/html-to-md.transformer.html index 5867b5f..64d28e8 100644 --- a/docs/html-to-md.transformer.html +++ b/docs/html-to-md.transformer.html @@ -1,6 +1,6 @@ -html-to-md.transformer documentation

html-to-md.transformer

The actual transformation engine, which is actually far more general than just something to generate Markdown. It isn’t as general as XSL-T but can nevertheless do a great deal of transformation on [HT|SG|X]ML documents.

+html-to-md.transformer documentation

html-to-md.transformer

The actual transformation engine, which is actually far more general than just something to generate Markdown. It isn’t as general as XSL-T but can nevertheless do a great deal of transformation on [HT|SG|X]ML documents.

Terminology

In this documentation the following terminology is used: