aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.4 - [b] Built-In

Mnemonic aid: b for Bold

Mnemonic aid: b for Block content (see  [style] )

Note:

 [b]  has two uses. In this exact form, with no trailing space and no content,  [b] , it is used within  [style]  and  [gstyle]  to place the entire block of content fed to the style. To learn more about this, see the  [style]  built-in.

The second form, which is distinguished by having content, is the HTML bold built-in. That is what is described on this page.

The content is wrapped with HTML  <strong>  </strong>  tags, or, if HTML 4.01s mode, the appropriate span and style:


[b content]

[b my bold content]

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