Edgewall Software

Changes between Version 1 and Version 4 of Ticket #13117


Ignore:
Timestamp:
Jan 9, 2019, 12:09:20 AM (5 years ago)
Author:
Christian Boos
Comment:

Committed in r16877.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13117

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Branchlog:cboos.git@t13117-wikimacro-BR-clear
  • Ticket #13117 – API Changes

    v1 v4  
     1The BR macro takes an optional "clear" parameters, which adds the corresponding CSS styling (i.e. `[[br(clear:left)]]` generates the HTML `<br style="clear: left"/>`, same thing for "right" or "clear").
     2Note that `[[br(clear)]]` alone stands for `[[br(clear:both)]]`.