Liking cljdoc? Tell your friends :D

html-to-md.blogger-to-md

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

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

blogger-dispatcherclj

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

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

blogger-scraperclj

(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!

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!
sourceraw docstring

image-table-processorclj

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

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

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

× close