diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 20:43:04 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 20:49:44 -0400 |
commit | 080d49e6f9ae8d88d90a0a79024d81b1f280d00e (patch) | |
tree | 110295ea29bbb52cdcd7090d7674f0d49cd5f435 | |
parent | v5 v6: ao_syntax, address possible manual use of url delimiters「」 (diff) |
syntax hilighting, line break without spaces<br>flagged as error, close
* for line breaks in sisu markup use \\ instead of <br>
* the case described is meant to be flagged as an error
* close bug, no action taken further explanation in sisu.org
* (Closes: #744356) re-open if necessary
-rw-r--r-- | sisu.org | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1238,7 +1238,7 @@ then vim doesn't use any colors at all. Regards, Daniel -**** TODO [#C] #744356 [w|u] vim syntaxhighlighting: urls and tags +**** DONE PASS [#C] #744356 [w|u] vim syntaxhighlighting: urls and tags :discuss:close: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744356> From: Daniel Baumann <daniel.baumann@progress-technologies.net> @@ -1272,6 +1272,20 @@ then, the string 'http://www.gnu.org/licenses/.<' is shown red. Regards, Daniel +***** NOTES/COMMENTS + +this is meant to be flagged as an error, +(red indicates error, and is an error will not parse correctly) +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 + **** TODO [#C] #744357 [w|u] sisu output: please create mailto links automatically <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744357> |