aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.180 - [gstyle] Built-In

Mnemonic aid: gstyle for Global STYLE

See also:  [ghost] ,  [glos] ,  [helpg] ,  [helpg2] ,  [listg] ,  [locs] ,  [s] ,  [spage]  and  [style] 

Also, there is more information on styles beginning here.

This built-in defines a global style.


[gstyle (help=styleHelp,)(help2=styleHelp2,)styleContent]

[gstyle boldenx <b>[b]</b>]
{boldenx foo}

<b>foo</b>
foo
Tip:

Controlling unwanted line breaks

It aids clarity to put style definitions on their own lines. However because the end of the line (the line feed) is outside the style, it is treated as part of the actual content, and appears in the result.

In HTML, whitespace is collapsed (except within regions such as  <pre>  </pre>  or the equivalent whitespace CSS) so generally this won't show up on the resulting HTML pages, assuming that's what aa_macro is being used for in the first place. Still, it doesn't look nice when looking at the actual HTML.

So aa_macro looks for lines that end in two spaces. When it sees them, it 'eats' both the two spaces, and the following linefeed. This allows definition of a style without anything appearing in the output.

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