
22 Sep
2008
22 Sep
'08
10:03 a.m.
Hi
For no escaping of any characters, or more likely do something like <,
and & conversions. See the docs: http://hackage.haskell.org/packages/archive/tagsoup/0.6/doc/html/Text-HTML-T...
Well, I did look at that Haddock page, as well as the others. But honestly, just a bare line like 'renderTagsOptions :: RenderOptions -> [Tag] -> String' doesn't help me - it doesn't tell me that 'that's default behavior, but you can override it thusly'.
The lack of sufficient documentation is a bug. I've filed it at: http://code.google.com/p/ndmitchell/issues/detail?id=91 If someone wants to write the documentation and submit a patch, that would be great. Otherwise, I'll fix it at some unknown point in the future. Thanks Neil