* Daniel Baumann <daniel.baum...@progress-technologies.net> [Sun, 13 Apr 2014 12:28:56 +0200], wrote:
> Package: sisu > Version: 5.3.4-1 > Severity: wishlist > > When using an URL at the end of a sentence like this: > > Foo bar baz http://example.org. > > then vim properly highlights the url in blue. > > this also works properly when a second sentence after it, like: > > Foo bar baz http://example.org. Foo bar baz http://example.org. > > it works with html tag as well, like this: > > Foo bar baz http://example.org. <br />Foo bar baz http://example.org. > > but it doesn't work if there's no space: > > Foo bar baz http://example.org.<br />Foo bar baz http://example.org. > > then, the string 'http://www.gnu.org/licenses/.<' is shown red. > > Regards, > Daniel > This is meant to be flagged as an error (red indicates error, and is an error will not parse correctly and even if the sisu parser works in the flagged case there is no promise that it will in future) Use of angle bracket markers (html markers) in sisu markup is depreciated. for line-break use \\ instead, for which there should be surrounding spaces or a preceding space and end of line; If <br /> is still used there should be a space after the url - which sisu should remove in output. Would like to close without further action. Re-open if necessary Version: 5.3.5-1 will contain this & other fixes described in response to bug reports (5.3.5::6.0.5) (see note in bug #744378 on current Debian upload blocker) Thanks, Ralph -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org