aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.3 - [bq] Built-In

Mnemonic aid: bq for BlockQuote

The content is wrapped with HTML blockquote tags:


[bq content]

[p Para one.]
[bq [q my quotation]]
[p Para two.]

<p>Para one.</p>
<blockquote>&quot;My Quotation&quot;</blockquote>
<p>Para two.</p>

Para one.

"My Quotation"

Para two.

Other built-ins used here:  [p]  and  [q] 

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