aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.5 - [i] Built-In

Mnemonic aid: i for Italic

The content is wrapped with HTML italic tags, or, if HTML 4.01s mode, the appropriate span and style:


[i content]

[i my italic content]

<em>my italic content</em>
my italic content
Note: The class instantiation parameter semantic defaults to True. This causes  [i content]  to emit  <em>  and  </em> ; if you prefer  <i>  and  </i> , set semantic to False.
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