A Clojure library designed to convert (Enlivened) HTML to markdown; but, more generally, a framework for [HT|SG|X]ML transformation.
Find a file
2019-04-30 15:18:30 +01:00
doc Doesn't work yet! 2019-04-30 12:23:58 +01:00
html-to-md@e07835e724 Doesn't work yet! 2019-04-30 12:23:58 +01:00
src/html_to_md HTML to Markdown very largely working. 2019-04-30 15:18:30 +01:00
test/html_to_md HTML to Markdown very largely working. 2019-04-30 15:18:30 +01:00
.gitignore Doesn't work yet! 2019-04-30 12:23:58 +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 Doesn't work yet! 2019-04-30 12:23:58 +01:00
README.md Initial commit 2019-04-30 12:23:36 +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.

Introduction

The itch I'm trying to scratch at present is to transform Blogger.com's dreadful tag-soup markup into markdown; but my architecture for doing this is to build a completely general [HT|SG|X]ML transformation framework and then specialise it.

Usage

FIXME

License

Copyright © 2019 Simon Brooke simon@journeyman.cc

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.