packages feed

fromhtml-1.0.2: README.md

# FromHTML

[![License](https://img.shields.io/github/license/MarekSuchanek/FromHTML.svg)](LICENSE)
[![Build Status](https://travis-ci.org/MarekSuchanek/FromHTML.svg?branch=master)](https://travis-ci.org/MarekSuchanek/FromHTML)
[![Hackage](https://img.shields.io/hackage/v/fromhtml.svg)](https://hackage.haskell.org/package/fromhtml)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/fromhtml.svg)](http://packdeps.haskellers.com/feed?needle=fromhtml)

Simplified API for pure transformation of HTML to other formats with Pandoc in Haskell code.

## Purpose

Pandoc is awesome but using its Haskell API can be a little bit bothersome. This project aims to provide simpler API to transform documents without using monads or even some more advanced magic.

## License

This project is licensed under the MIT license - see the [LICENSE](LICENSE) file for more details.