I've never had a problem with this formatter, and that includes running it concurrently with HtmlFormatter and BBCodeParser through a large number of versions of each formatter - never a single problem caused by any of them (apart from their own bugs). You sure you weren't formatting your comments as HTML or something like that?
My quoting has gone off now. this is driving me crazy. I'm going to try re-loading html formatter. i wonder if there is something to do with the order in which they are loaded as extensions. AND why can't text formatter include the code to make http text into links?
This add-on doesn't properly recognize URLs with ( or ) in them. In order to fix that, change line 40 in default.php from
([\@a-z0-9\x21\x23-\x27\x2a-\x2e\x3a\x3b\/;\x3f-\x7a\x7e\x3d]+)
to
([()\@a-z0-9\x21\x23-\x27\x2a-\x2e\x3a\x3b\/;\x3f-\x7a\x7e\x3d]+)
Thanks!
Comments