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).