Short description
Optional macro BR should be able to clear floating elements e.g.
{{{#!html <br style=clear:both> }}}
Why?
If you turn on somewhere a floating style of left or right you need to be able to clear this later. The W3C float specification requires that a cleared element shall stay below all previous floats.
For an interesting discussion see