packages feed

hakyll-contrib-hyphenation-0.1.0.3: README.md

Automatic hyphenation for Hakyll
================================

This library provides [Hakyll][1] compiler to automatically hyphenate each word
in HTML output with Unicode [SOFT-HYPHEN][2] characters. It understands HTML
markup and doesn't try, for example, to hyphenate tag names and attributes. It
uses [hyphenation][3] package to do actual work of splitting words.

[1]: http://jaspervdj.be/hakyll
[2]: http://en.wikipedia.org/wiki/Soft_hyphen
[3]: http://hackage.haskell.org/package/hyphenation