An open API service indexing awesome lists of open source software.

https://github.com/jcolechanged/html-to-markdown

This is a Clojure library that converts from Enlive's representation of HTML to Markdown equivalent. It doesn't work very well at the moment, but it does do something.
https://github.com/jcolechanged/html-to-markdown

Last synced: 2 months ago
JSON representation

This is a Clojure library that converts from Enlive's representation of HTML to Markdown equivalent. It doesn't work very well at the moment, but it does do something.

Awesome Lists containing this project

README

          

# html-to-markdown

Want to converts from HTML to Markdown? This might be just the bit of code your looking for. This library provides a method of converting from Enlive's representation of HTML to Markdown.

## Usage

Right now the implementation is *not* prefect so using the project might be frustrating. I would suggest cloning the repository if you want to work with it so you can change the code if you run into a problem.

If you really want to use this as a dependency in one of your projects I suggest using the latest build on [Clojars](http://clojars.org/html-to-markdown).

## License

Copyright (C) 2010 Joshua Cole

Distributed under the Eclipse Public License, the same as Clojure.