aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.2 - [br] Built-in

Mnemonic aid: br for line BReak

Generates an HTML break tag, optionally with parameters. The content, if present, is followed by an HTML break tag:


[br (parms=HTMLparms,)(content)]

[br]
[br some content]
[br parms=clear="all",]
[br parms=clear="all",some content]

<br>
some content<br>
<br clear="all">
some content<br clear="all">

some content

some content
Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7