Edgewall Software

Changes between Version 15 and Version 16 of WikiFormatting


Ignore:
Timestamp:
Nov 8, 2004, 2:54:17 PM (19 years ago)
Author:
jbarranquero@…
Comment:

Document strike-through font style and wiki: and milestone: links.

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v15 v16  
    88== Font styles ==
    99
    10 The Trac wiki support the following font styles: '''bold''', ''italic''
    11 and __underline__.
    12 
    13 {{{
    14 The Trac wiki support the following font styles: '''bold''', ''italic''
    15 and __underline__.
    16 }}}
     10The Trac wiki support the following font styles: '''bold''', ''italic'',
     11__underline__ and ~~strike-through~~.
     12
     13{{{
     14The Trac wiki support the following font styles: '''bold''', ''italic'',
     15__underline__ and ~~strike-through~~.
     16}}}
     17
    1718
    1819== Heading ==
     
    112113=== Intra Trac Links ===
    113114
    114 Trac allows wiki pages to link directly to other parts of the Trac system.
    115 Pages can refer to tickets, reports and changesets by simply writing the
    116 ticket, report and changeset numbers in the following notation:
    117 {{{
    118  * Ticket #1
    119  * Report {1}
    120  * Changeset [1]
    121  * File source:trunk/COPYING.
    122  * A specific file revision: source:/trunk/COPYING#200
    123 }}}
    124 Display:
    125  * Ticket #1
    126  * Report {1}
    127  * Changeset [1]
    128  * File source:trunk/COPYING.
     115Trac allows Wiki pages to link directly to other parts of the Trac system.
     116Pages can refer to tickets, reports, changesets, milestones, source files and
     117other Wiki pages in the following notation:
     118 * Tickets: '''!#1''' or '''!ticket:1
     119 * Reports: '''!{1}''' or '''!report:1
     120 * Changesets: '''![1]''' or '''!changeset:1
     121 * Wiki pages: '''CamelCase''' or '''!wiki:CamelCase
     122 * Milestones: '''!milestone:1.0
     123 * Files: '''!source:trunk/COPYING
     124 * A specific file revision: '''!source:/trunk/COPYING#200
     125Display:
     126 * Tickets: #1 or ticket:1
     127 * Reports: {1} or report:1
     128 * Changesets: [1] or changeset:1
     129 * Wiki pages: CamelCase or wiki:CamelCase
     130 * Milestones: milestone:1.0
     131 * Files: source:trunk/COPYING
    129132 * A specific file revision: source:/trunk/COPYING#200
    130133
     
    175178<pre class="wiki">{{{
    176179#!html
    177 &lt;h1 style="text-align: right; color: blue"&gt;HTML Test&lt;/h1&gt;
     180<h1 style="text-align: right; color: blue">HTML Test</h1>
    178181}}}</pre>
    179182}}}