I do not know what tests you run, but so far my linespacing page
showed me all (?) the issues:
!{title}
{version}
!Documentation 1
!!Documentation 2
!!!Documentation 3
!!!!//Documentation 4//
!!!!!Documentation 5
!!!!!!Documentation 6
a line of text
a second line
!Header One
a line of text
a second line
!!Header Two
a line of text
a second line
!!!Header Three
a line of text
a second line
!! Header Two
!!! Header Three
!!!! Header Four
a line of text
a second line
!!!!! Header Five
a line of text
a second line
!!!!!! Header Six
a line of text
a second line
<div class=box>
a line of text in a div
a second line in a div
</div>
<div class=box>
a line of text in a second div
a second line in a second div
</div>
a line of text
a second line
!!List with conditionals, the compact way:
[if ! login]* [[{p}&action=login|login]]
* [[action.register|register]]
* [[{p}&action=search|search]]
[else]* [[?{p}&action=view|view]]
* [[action.create|create]]
* [[{p}&action=title|title]]
* [[{p}&action=print|print]] [if][if auth write check={p} && login]
* [[{p}&action=edit|edit]]
* [[{p}&action=copy|copy]]
* [[{p}&action=rename|rename]]
* [[{p}&action=delete|delete]] [if][if editor]
* [[{p}&action=undo|undo]]
* [[{p}&action=source|source]]
* [[{p}&action=changes|changes]]
* [[{p}&action=data|data]]
* [[{p}&action=zones|zones]]
* [[site]]
* [[action.plugins|plugins]][if][if login]
* [[{p}&action=logout|logout]][if]
!!List with conditionals on separate lines:
[if ! login]
* [[{p}&action=login|login]]
* [[action.register|register]]
* [[{p}&action=search|search]]
[else]
* [[?{p}&action=view|view]]
* [[action.create|create]]
* [[{p}&action=title|title]]
* [[{p}&action=print|print]]
[if][if auth write check={p} && login]
* [[{p}&action=edit|edit]]
* [[{p}&action=copy|copy]]
* [[{p}&action=rename|rename]]
* [[{p}&action=delete|delete]]
[if][if editor]
* [[{p}&action=undo|undo]]
* [[{p}&action=source|source]]
* [[{p}&action=changes|changes]]
* [[{p}&action=data|data]]
* [[{p}&action=zones|zones]]
* [[site]]
* [[action.plugins|plugins]]
[if][if login]
* [[{p}&action=logout|logout]]
[if]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---