Changes between Version 43 and Version 44 of FortressCommentSyntax

Show
Ignore:
Timestamp:
10/23/09 14:06:57 (5 weeks ago)
Author:
gls
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FortressCommentSyntax

    v43 v44  
    465465}}} 
    466466 
     467{{{ 
     468#!fss 
     469(* 
     470     The first line of a table may have one or more {{{>}}} characters 
     471     and then one or mroe spaces before the first pipe, in order to indicate 
     472     that the table should be indented from the left.  This is useful when 
     473     a table is part of a multipragraph item in a bullet list or enumerated list. 
     474 
     475     {{{ 
     476     * In summer we use this table: 
     477     > |Baseball|3| 
     478       |Basketball|2| 
     479       |Tennis|4| 
     480       |Swimming|1| 
     481     * In winter we use these tables: 
     482     ** Afternoons: 
     483     >> |Volleyball|1| 
     484        |Racketball|3| 
     485        |Swimming|2| 
     486     ** Evenings: 
     487     >> |Volleyball|4| 
     488        |Hockey|2| 
     489     }}} 
     490 
     491     * In summer we use this table: 
     492     > |Baseball|3| 
     493       |Basketball|2| 
     494       |Tennis|4| 
     495       |Swimming|1| 
     496     * In winter we use these tables: 
     497     ** Afternoons: 
     498     >> |Volleyball|1| 
     499        |Racketball|3| 
     500        |Swimming|2| 
     501     ** Evenings: 
     502     >> |Volleyball|4| 
     503        |Hockey|2| 
     504 *) 
     505}}} 
     506 
    467507[more to come]