A Clojure library designed to convert (Enlivened) HTML to markdown; but, more generally, a framework for [HT|SG|X]ML transformation.
Find a file
Johan Mynhardt (MEA) 4aa6bf978f Add test for transform java.lang.ClassCastException
When `obj` argument is a string (X)HTML payload and
not a string URL or URI, the following exception is
thrown:

```clojure
java.lang.ClassCastException: class java.lang.Class cannot be cast to class clojure.lang.IFn
```
2022-05-21 16:19:57 +02:00
doc Upversioned to 0.3.0 2019-05-01 14:09:17 +01:00
docs Deliberately added generated documentation to the repo 2019-05-01 14:02:24 +01:00
src/html_to_md Deliberately added generated documentation to the repo 2019-05-01 14:02:24 +01:00
test/html_to_md Add test for transform java.lang.ClassCastException 2022-05-21 16:19:57 +02:00
.gitignore Blogger scraper tidied up and documented. 2019-04-30 20:11:44 +01:00
CHANGELOG.md Doesn't work yet! 2019-04-30 12:23:58 +01:00
LICENSE Doesn't work yet! 2019-04-30 12:23:58 +01:00
project.clj Upversioned to 0.4.0-SNAPSHOT 2019-05-01 14:11:36 +01:00
README.md Further README improvement. 2019-05-01 14:23:45 +01:00

html-to-md

A Clojure library designed to convert (Enlivened) HTML to markdown; but, more generally, a framework for [HT|SG|X]ML transformation.

Documentation is here. In particular, please read the introduction, which contains everything you want to know.