aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.4 - [b] Built-In

Mnemonic aid: wwrap

Mnemonic aid: 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:

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
This manual was generated with wtfm
on January 10th, 2026 at 2:38 MT
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7