Simon Meier
Simon Meier
It's a good idea. We should do this change. Thanks for suggesting this @dag.
There is an easy way to get rid of it in your templates. Just define your own combinator, e.g., appHref that combines your conversion and the use of href. This...
Hi John, making blaze-html usable for pandoc is important to me. However, I'm not sure about dropping the escaping of singlequotes. Is it disallowed in XHTML? I'd rather be on...
@jaspervdj why don't you just use your own modified copy of that function in the new version of blaze-html? This way users of blaze-builder get the existing behavior and you...
BTW: I'm working on porting blaze-markup over to the new bytestring builder. I suggest we address this issue after this port, as it allows to also handle the fast UTF-8...
Hi redaready, thank you very much for that code. I assume that it will give us a great performance baseline. However, from what I understand of your code you are...
Thanks for updating the code. I had a quick glance at it and I'm surprised that there's no way to do a `printf_html_escaped` in gwan. If code really has to...
No we did not do that yet due to a lack of development ressources. We'd however happily accept patches..as usual :-)
Thank's I'll look into that.
Yeah that sounds cool. Ideally a core one based on bytestring or text, and derived ones using Show/Read or aeson. Am 12.03.2015 16:25 schrieb "Alex Sayers" [email protected]: > It would...