stupidity incarnate pasted by zbigniew, lord of the dance on Sat Sep 17 22:32:26 2011

[ol [@ style roman]
    : This is element 1
      [ul : Nested element 1
          : Nested element 2
            [pre With preformatted text inside this element]] 
    : And element 2
    : [@ value 4]
      But this is element 4]

[table [@ caption Record information.]                                                                                    
       [hdr Key Description]                                                                                      
       [row : name : Name as a string.]                                                                           
       [row : type : Type as an encoded [i type] string.]
       [row : type : [@ color red] Type as an encoded [i type] string.]
       [row [code type] : Type as an encoded type string.]
       [row [code type] [: Type as an encoded type string.]]
       [row offset : Offset within class -- for debugging only.]]

[link http://3e8.org link to my [i homepage]]
[link : The User's Manual : see the User's manual]
[link [: The User's Manual] see the User's manual]

chili con incarnate pasted by zbigniew the spicy on Sat Oct 15 20:04:38 2011

[table @style whack @size extra large
       :caption Record information.
       :label My table
       :hdr : Key    : Description
       :row : name   : Name as a string.
       :row : type   : [@ color red]
                       Type as an encoded [i type] string.
       :row : offset : Offset within class.

equiv. to:

[table [@ style whack]
       [@ size extra large]
       [caption Record information.]
       [label My table]
       [hdr : Key    : Description]
       [row : name   : Name as a string.]
       [row : type   : [@ color red]
                       Type as an encoded [i type] string.]
       [tr [td offset] [td Offset within class.]]

carnation instant breakfast pasted by zbigniew the spiced on Sat Oct 15 22:11:26 2011

initial : in anon arg nodes likely not required

[table @style whack @size extra large
       :caption Record information.
       :label My table
       :hdr  Key    : Description
       :row  name   : Name as a string.
       :row  type   : [@ color red]
                       Type as an encoded [i type] string.
       :row  offset : Offset within class.

more tables pasted by zbigniew on Sun Oct 16 07:55:40 2011

Same syntax as earlier, more compact style.  [; ...] is a comment.  Looks kind of like an actual table.

[table
 :H Symbol  : Database type
 :; ------------------------
 :R integer : SQLITE_INTEGER
 :R float   : SQLITE_FLOAT
 :R text    : SQLITE_TEXT
 :R blob    : SQLITE_BLOB
 :R null    : SQLITE_NULL

i can't stop added by zbigniew on Sun Oct 16 08:05:59 2011

[table
 :C SQLite column types returned by [code: column-type].
 :L column-type
 :;
 :H : Symbol  : Database type
 :; :---------:---------------
 :R : integer : SQLITE_INTEGER
 :R : float   : SQLITE_FLOAT
 :R : text    : SQLITE_TEXT
 :R : blob    : SQLITE_BLOB
 :R : null    : SQLITE_NULL