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.
- Host: GitHub
- URL: https://github.com/jcolechanged/html-to-markdown
- Owner: jColeChanged
- Created: 2011-03-28T05:47:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-30T00:56:47.000Z (over 15 years ago)
- Last Synced: 2025-01-25T23:03:29.584Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 168 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.