Edgewall Software

Changes between Version 110 and Version 129 of WikiFormatting


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v110 v129  
    1 ** Note: this page documents the 0.12 version of Trac, see [[0.11/WikiFormatting]] if you need the previous version **
    2 
    3 = WikiFormatting =
     1= WikiFormatting
     2
    43[[TracGuideToc]]
    54[[TranslatedPages]]
    65
    7 Wiki markup is a core feature in Trac, tightly integrating all the other parts of Trac into a flexible and powerful whole.
    8 
    9 Trac has a built in small and powerful wiki rendering engine. This wiki engine implements an ever growing subset of the commands from other popular Wikis,
    10 especially [http://moinmo.in/ MoinMoin] and [trac:WikiCreole].
    11 
    12 
    13 This page will give you an in-depth explanation of the wiki markup available anywhere WikiFormatting is allowed.
    14 
    15 The ''Cheat sheet'' below gives you a quick overview for the most common syntax, each link in the ''Category'' column will lead you to the more detailed explanation later in this page.
    16 
    17 A few other wiki pages present the advanced features of the Trac wiki markup in more depth:
    18  - TracLinks covers all the possible ways to refer precisely to any Trac resource or parts thereof,
    19  - WikiPageNames talks about the various names a wiki page can take, CamelCase or not
    20  - WikiMacros lists the macros available for generating dynamic content,
    21  - WikiProcessors and WikiHtml details how parts of the wiki text can be processed in special ways
    22 
    23 
    24 == Cheat sheet ==
     6Wiki markup is a core feature in Trac, tightly integrating all the other parts of Trac into a flexible and unified whole.
     7
     8Trac has a powerful wiki rendering engine that implements a subset of the commands from other popular Wikis, such as [https://moinmo.in/ MoinMoin] and [trac:WikiCreole].
     9
     10The sections below provide an overview for the most common syntax, each link in the ''Category'' column leads you to the more detailed explanation later in this page.
     11
     12The following wiki pages present the advanced features of the Trac wiki markup in more depth:
     13 - TracLinks covers all the possible ways to refer to any Trac resource or parts thereof.
     14 - WikiPageNames covers the various names a wiki page can take, whether in CamelCase or not.
     15 - WikiMacros lists the macros available for generating dynamic content.
     16 - WikiProcessors and WikiHtml details how parts of the wiki text can be processed in special ways.
     17 - [trac:wiki:TracDev/Proposals/AdvancedWikiOperations AdvancedWikiOperations] provides some operations in uncommon or administrative scenarios.
     18
     19== Common wiki markup
    2520
    2621||= '''Category''' =||= '''Wiki Markup''' =||= '''Display''' =||
     
    3126|| `'''bold'''`, `''italic''`, `'''''Wikipedia style'''''` || \
    3227|| '''bold''', ''italic'', '''''Wikipedia style''''' ||
    33 || {{{`monospaced and ''nowiki''`}}} || \
    34 || `monospaced and ''nowiki''` ||
    3528|| `**bold**`, `//italic//`, `**//!WikiCreole style//**` || \
    3629|| **bold**, //italic//, **//!WikiCreole style//** ||
     30|| {{{`monospaced (''other markup ignored'')`}}} || \
     31|| `monospaced (''other markup ignored'')` ||
    3732|-----------------------------------------------------------
    3833||= [#Headings Headings] =||\
    39 {{{#!td 
    40  {{{
    41  == Level 2 ==
     34{{{#!td
     35 {{{
     36 == Level 2
    4237 === Level 3 ^([#hn note])^
    4338 }}}
    4439}}}
    4540{{{#!td style="padding-left: 2em"
    46 == Level 2 ==
     41== Level 2
    4742=== Level 3 ^([#hn note])^
    4843}}}
     
    6762{{{#!td
    6863 {{{
    69  * bullets list
     64 * bullet list
    7065   on multiple lines
    7166   1. nested list
    72      a. different numbering 
     67     a. different numbering
    7368        styles
    7469 }}}
    7570}}}
    7671{{{#!td
    77 * bullets list
     72* bullet list
    7873  on multiple lines
    7974  1. nested list
     
    10095 {{{
    10196 {{{
    102  multiple lines, ''no wiki''
     97 multiple lines, ''no wiki'',
    10398       white space respected
    10499 }}}
     
    107102{{{#!td
    108103 {{{
    109  multiple lines, ''no wiki''
     104 multiple lines, ''no wiki'',
    110105       white space respected
    111106 }}}
     
    151146[#Links Links]
    152147}}}
    153 || `http://trac.edgewall.org` ||\
    154 || http://trac.edgewall.org ||
     148|| `https://trac.edgewall.org` ||\
     149|| https://trac.edgewall.org ||
    155150|| `WikiFormatting (CamelCase)` ||\
    156151|| WikiFormatting (CamelCase) ||
     
    163158|| `#1 (ticket)`, `[1] (changeset)`, `{1} (report)` ||\
    164159|| #1 (ticket), [1] (changeset), {1} (report) ||
    165 || `ticket:1, ticket:1#comment:1` ||\
    166 || ticket:1, ticket:1#comment:1 ||
     160|| `ticket:1, ticket:1#comment:1, comment:1:ticket:1` ||\
     161|| ticket:1, ticket:1#comment:1, comment:1:ticket:1 ||
    167162|| `Ticket [ticket:1]`, `[ticket:1 ticket one]` ||\
    168163|| Ticket [ticket:1], [ticket:1 ticket one] ||
     
    170165|| Ticket [[ticket:1]], [[ticket:1|ticket one]] ||
    171166|-----------------------------------------------------------
    172 {{{#!th rowspan=2 
     167{{{#!th rowspan=2
    173168[#SettingAnchors Setting Anchors]
    174169}}}
     
    185180|| `!wiki:WikiFormatting`, `!WikiFormatting` ||\
    186181|| !wiki:WikiFormatting, !WikiFormatting ||
    187 || `{{{-}}} curly brackets` ||\
    188 || {{{-}}} curly brackets ||
     182|| [[html(<code>`{{{-}}}` triple curly brackets</code>)]] ||\
     183|| `{{{-}}}` triple curly brackets ||
    189184|-----------------------------------------------------------
    190185||= [#Images Images] =|| `[[Image(`''link''`)]]` || [[Image(htdocs:../common/trac_logo_mini.png)]] ||
     
    199194{{{#!td
    200195 {{{
    201  {{{
    202  #!div style="font-size: 80%"
     196 {{{#!div style="font-size: 80%"
    203197 Code highlighting:
    204198   {{{#!python
     
    209203}}}
    210204{{{#!td style="padding-left: 2em"
    211  {{{
    212  #!div style="font-size: 80%"
     205 {{{#!div style="font-size: 80%"
    213206 Code highlighting:
    214    {{{#!python 
     207   {{{#!python
    215208   hello = lambda: "world"
    216209   }}}
     
    226219 }}}
    227220}}}
    228 {{{#!td style="padding-left: 2em"
    229  {{{#!comment
    230  Note to Editors: ...
    231  }}}
    232 }}}
     221||  ''(comment is shown in edit mode only)''  ||
    233222|-----------------------------------------------------------
    234223||= [#Miscellaneous Miscellaneous] =||\
    235224{{{#!td
    236225 {{{
    237  Line [[br]] break 
     226 Line [[br]] break
    238227 Line \\ break
    239228 ----
     
    246235}}}
    247236
    248 
    249 == Font Styles ==
     237== Font Styles
    250238
    251239The Trac wiki supports the following font styles:
     
    253241{{{#!td
    254242  {{{
    255    * '''bold''', 
    256      ''' triple quotes !''' 
    257      can be bold too if prefixed by ! ''', 
     243   * '''bold''',
     244     ''' triple quotes !'''
     245     can be bold too if prefixed by ! ''',
    258246   * ''italic''
    259247   * '''''bold italic''''' or ''italic and
     
    263251     (hence `{{{` or {{{`}}} quoting)
    264252   * ~~strike-through~~
    265    * ^superscript^ 
     253   * ^superscript^
    266254   * ,,subscript,,
    267    * **also bold**, //italic as well//, 
     255   * **also bold**, //italic as well//,
    268256     and **'' bold italic **'' //(since 0.12)//
    269   }}}
    270 }}}
    271 {{{#!td
    272  * '''bold''',
    273    ''' triple quotes !'''
    274    can be bold too if prefixed by ! ''',
     257   * [[span(style=color: #FF0000, a red text )]]
     258  }}}
     259}}}
     260{{{#!td
     261 * '''bold''',
     262   ''' triple quotes !'''
     263   can be bold too if prefixed by ! ''',
    275264 * ''italic''
    276265 * '''''bold italic''''' or ''italic and
     
    280269   (hence `{{{` or {{{`}}} quoting)
    281270 * ~~strike-through~~
    282  * ^superscript^ 
     271 * ^superscript^
    283272 * ,,subscript,,
    284  * **also bold**, //italic as well//, 
     273 * **also bold**, //italic as well//,
    285274   and **'' bold italic **'' //(since 0.12)//
     275 * [[span(style=color: #FF0000, a red text )]]
    286276}}}
    287277
    288278Notes:
    289279 * `{{{...}}}` and {{{`...`}}} commands not only select a monospace font, but also treat their content as verbatim text, meaning that no further wiki processing is done on this text.
    290  * {{{ ! }}} tells wiki parser to not take the following characters as wiki format, so pay attention to put a space after !, e.g. when ending bold.
    291  * all the font styles marks have to be used in opening/closing pairs,
    292    and they must nest properly (in particular, an `''` italic can't be paired
    293    with a `//` one, and `'''` can't be paired with `**`)
    294 
    295 
    296 == Headings ==
    297 
    298 You can create heading by starting a line with one up to six ''equal'' characters ("=")
    299 followed by a single space and the headline text.
     280 * {{{ ! }}} tells wiki parser to not take the following characters as wiki format, so pay attention to put a space after `!`, e.g. when ending bold.
     281 * all the font styles marks have to be used in opening/closing pairs,
     282   and they must nest properly; in particular, an `''` italic can't be paired
     283   with a `//` one, and `'''` can't be paired with `**`.
     284
     285== Headings
     286
     287You can create a heading by starting a line with one up to six ''equal'' characters (`=`) followed by a single space and the headline text.
    300288
    301289[=#hn]
    302 The headline text can be followed by the same number of "=" characters, but this is no longer mandatory.
     290The headline text can be followed by the same number of `=` characters, but this is not mandatory. That is, `=== Section3 ===` is identical to `=== Section3`.
    303291
    304292Finally, the heading might optionally be followed by an explicit id. If not, an implicit but nevertheless readable id will be generated.
     
    325313}}}
    326314
    327 == Paragraphs ==
     315== Paragraphs
    328316
    329317A new text paragraph is created whenever two blocks of text are separated by one or more empty lines.
     
    339327  one
    340328
    341   Paragraph 
     329  Paragraph
    342330  two
    343331  }}}
     
    346334  Line 1[[BR]]Line 2
    347335
    348   Paragraph 
     336  Paragraph
    349337  one
    350338
    351   Paragraph 
     339  Paragraph
    352340  two
    353341}}}
    354342
    355 == Lists ==
     343== Lists
    356344
    357345The wiki supports both ordered/numbered and unordered lists.
    358346
    359 Example:
    360347||= Wiki Markup =||= Display =||
    361348{{{#!td
     
    363350   * Item 1
    364351     * Item 1.1
    365         * Item 1.1.1   
     352        * Item 1.1.1
    366353        * Item 1.1.2
    367354        * Item 1.1.3
     
    370357  - items can start at the beginning of a line
    371358    and they can span multiple lines
    372     - be careful though to continue the line 
     359    - be careful though to continue the line
    373360    with the appropriate indentation, otherwise
    374361  that will start a new paragraph...
    375  
     362
    376363   1. Item 1
    377364     a. Item 1.a
     
    388375 * Item 1
    389376   * Item 1.1
    390       * Item 1.1.1   
     377      * Item 1.1.1
    391378      * Item 1.1.2
    392379      * Item 1.1.3
     
    395382- items can start at the beginning of a line
    396383  and they can span multiple lines
    397   - be careful though to continue the line 
     384  - be careful though to continue the line
    398385  with the appropriate indentation, otherwise
    399386that will start a new paragraph...
     
    409396}}}
    410397
    411 
    412 == Definition Lists ==
     398== Definition Lists
    413399
    414400The wiki also supports definition lists.
     
    434420Note that you need a space in front of the defined term.
    435421
    436 
    437 == Preformatted Text ==
     422== Preformatted Text
    438423
    439424Block containing preformatted text are suitable for source code snippets, notes and examples. Use three ''curly braces'' wrapped around the text to define a block quote. The curly braces need to be on a separate line.
    440  
     425
    441426||= Wiki Markup =||= Display =||
    442427{{{#!td
     
    457442Note that this kind of block is also used for selecting lines that should be processed through WikiProcessors.
    458443
    459 == Blockquotes ==
     444== Blockquotes
    460445
    461446In order to mark a paragraph as blockquote, indent that paragraph with two spaces.
     
    473458}}}
    474459
    475 == Discussion Citations ==
    476 
    477 To delineate a citation in an ongoing discussion thread, such as the ticket comment area, e-mail-like citation marks (">", ">>", etc.) may be used. 
     460== Discussion Citations
     461
     462To delineate a citation in an ongoing discussion thread, such as the ticket comment area, email-like citation marks (`>`, `>>`, etc.) may be used.
    478463
    479464||= Wiki Markup =||= Display =||
     
    493478}}}
    494479
    495 
    496 == Tables ==
    497 === Simple Tables ===
    498 Simple tables can be created like this:
     480== Tables
     481=== Simple Tables
     482
     483Simple tables can be created:
    499484||= Wiki Markup =||= Display =||
    500485{{{#!td
     
    509494}}}
    510495
    511 Cell headings can be specified by wrapping the content in a pair of '=' characters.
    512 Note that the '=' characters have to stick to the cell separators, like this:
     496Cell headings can be specified by wrapping the content in a pair of `=` characters.
     497Note that the `=` characters have to stick to the cell separators:
    513498||= Wiki Markup =||= Display =||
    514499{{{#!td
     
    525510}}}
    526511
    527 Finally, specifying an empty cell means that the next non empty cell will span the empty cells. For example:
     512Finally, specifying an empty cell means that the next non empty cell will span the empty cells:
    528513||= Wiki Markup =||= Display =||
    529514{{{#!td
     
    542527}}}
    543528
    544 Note that if the content of a cell "sticks" to one side of the cell and only one, then the text will be aligned on that side. Example:
     529Note that if the content of a cell sticks to one side of the cell and only one, then the text will be aligned on that side:
    545530||= Wiki Markup =||= Display =||
    546531{{{#!td
     
    567552}}}
    568553
    569 If contrary to the example above, the cells in your table contain more text, it might be convenient to spread a table row over multiple lines of markup. The `\` character placed at the end of a line after a cell separator tells Trac to not start a new row for the cells on the next line.
     554If contrary to the example above, the cells in your table contain more text, it might be convenient to spread a table row over multiple lines of markup. The `\` character placed at the end of a line after a cell separator tells Trac to not start a new row for the cells on the next line:
    570555
    571556||= Wiki Markup =||
    572557{{{#!td
    573558  {{{
    574   || this is column 1 [http://trac.edgewall.org/newticket new ticket] || \
    575   || this is column 2 [http://trac.edgewall.org/roadmap the road ahead] || \
     559  || this is column 1 [https://trac.edgewall.org/newticket new ticket] || \
     560  || this is column 2 [https://trac.edgewall.org/roadmap the road ahead] || \
    576561  || that's column 3 and last one ||
    577562  }}}
     
    580565||= Display =||
    581566{{{#!td style="padding: 2em;"
    582 || this is column 1 [http://trac.edgewall.org/newticket new ticket] || \
    583 || this is column 2 [http://trac.edgewall.org/roadmap the road ahead] || \
     567|| this is column 1 [https://trac.edgewall.org/newticket new ticket] || \
     568|| this is column 2 [https://trac.edgewall.org/roadmap the road ahead] || \
    584569|| that's column 3 and last one ||
    585570}}}
    586571
    587 === Complex Tables ===
    588 
    589 If the possibilities offered by the simple "pipe"-based markup for tables described above are not enough for your needs, you can create more elaborated tables by using [#Processors-example-tables WikiProcessor based tables].
    590 
    591 
    592 == Links ==
    593 
    594 Hyperlinks are automatically created for WikiPageNames and URLs. !WikiPageLinks can be disabled by prepending an exclamation mark "!" character, such as {{{!WikiPageLink}}}.
    595 
    596 ||= Wiki Markup =||= Display =||
    597 {{{#!td
    598   {{{
    599   TitleIndex, http://www.edgewall.com/, !NotAlink
    600   }}}
    601 }}}
    602 {{{#!td
    603 TitleIndex, http://www.edgewall.com/, !NotAlink
    604 }}}
    605 
    606 Links can be given a more descriptive title by writing the link followed by a space and a title and all this inside square brackets.
     572=== Complex Tables
     573
     574If the possibilities offered by the simple pipe-based markup (`||`) for tables described above are not enough for your needs, you can create more elaborate tables by using [#Processors-example-tables WikiProcessor based tables].
     575
     576== Links
     577
     578Hyperlinks are automatically created for WikiPageNames and URLs. !WikiPageLinks can be disabled by prepending an exclamation mark (`!`), such as `!WikiPageLink`.
     579
     580||= Wiki Markup =||= Display =||
     581{{{#!td
     582  {{{
     583  TitleIndex, https://www.edgewall.com/, !NotAlink
     584  }}}
     585}}}
     586{{{#!td
     587TitleIndex, https://www.edgewall.com/, !NotAlink
     588}}}
     589
     590Links can be given a more descriptive title by writing the link followed by a space and a title and all this inside square brackets.
    607591If the descriptive title is omitted, then the explicit prefix is discarded, unless the link is an external link. This can be useful for wiki pages not adhering to the WikiPageNames convention.
    608592
     
    610594{{{#!td
    611595  {{{
    612    * [http://www.edgewall.com Edgewall Software]
    613    * [wiki:TitleIndex Title Index] 
    614    * [wiki:TitleIndex] 
     596   * [https://www.edgewall.com Edgewall Software]
     597   * [wiki:TitleIndex Title Index]
     598   * [wiki:TitleIndex]
    615599   * [wiki:ISO9000]
    616600  }}}
    617601}}}
    618602{{{#!td
    619    * [http://www.edgewall.com Edgewall Software]
    620    * [wiki:TitleIndex Title Index] 
    621    * [wiki:TitleIndex] 
     603   * [https://www.edgewall.com Edgewall Software]
     604   * [wiki:TitleIndex Title Index]
     605   * [wiki:TitleIndex]
    622606   * [wiki:ISO9000]
    623607}}}
    624608
    625 Following the [trac:WikiCreole] trend, the descriptive title can also be specified by writing the link followed by a pipe ('|') and a title and all this inside //double// square brackets.
    626 
    627 {{{#!td
    628   {{{
    629    * [[http://www.edgewall.com|Edgewall Software]]
     609Following the [trac:WikiCreole] trend, the descriptive title can also be specified by writing the link followed by a pipe (`|`) and a title and all this inside //double// square brackets.
     610
     611{{{#!td
     612  {{{
     613   * [[https://www.edgewall.com|Edgewall Software]]
    630614   * [[wiki:TitleIndex|Title Index]]
    631615     or even [[TitleIndex|Title Index]]
     
    636620}}}
    637621{{{#!td
    638    * [[http://www.edgewall.com|Edgewall Software]]
     622   * [[https://www.edgewall.com|Edgewall Software]]
    639623   * [[wiki:TitleIndex|Title Index]]
    640624     or even [[TitleIndex|Title Index]]
     
    644628}}}
    645629
    646 '''Note''': the [trac:WikiCreole] style for links is quick to type and
    647 certainly looks familiar as it's the one used on Wikipedia and in many
    648 other wikis. Unfortunately it conflicts with the syntax for [#Macros macros].
    649 So in the rare case when you need to refer to a page which is named after
    650 a macro (typical examples being TitleIndex, InterTrac and InterWiki),
    651 by writing `[[TitleIndex]]` you will actually call the macro instead of linking
    652 to the page.
    653 
    654 == Trac Links ==
     630'''Note''': the [trac:WikiCreole] style for links is quick to type and certainly looks familiar as it is the one used on Wikipedia and in many other wikis. Unfortunately it conflicts with the syntax for [#Macros macros].
     631So in the rare case when you need to refer to a page which is named after a macro (typical examples being TitleIndex, InterTrac and InterWiki), by writing `[[TitleIndex]]` you will actually call the macro instead of linking to the page.
     632
     633== Trac Links
    655634
    656635Wiki pages can link directly to other parts of the Trac system. Pages can refer to tickets, reports, changesets, milestones, source files and other Wiki pages using the following notations:
     
    663642   * Changesets: r1, [1] or changeset:1
    664643   * ...
    665    * targeting other Trac instances, 
     644   * targeting other Trac instances,
    666645     so called InterTrac links:
    667646     - Tickets: #Trac1 or Trac:ticket:1
     
    673652 * Reports: {1} or report:1
    674653 * Changesets: r1, [1] or changeset:1
    675  * ... 
    676  * targeting other Trac instances, 
     654 * ...
     655 * targeting other Trac instances,
    677656   so called InterTrac links:
    678657   - Tickets: #Trac1 or Trac:ticket:1
     
    682661There are many more flavors of Trac links, see TracLinks for more in-depth information and a reference for all the default link resolvers.
    683662
    684 
    685 == Setting Anchors ==
    686 
    687 An anchor, or more correctly speaking, an [http://www.w3.org/TR/REC-html40/struct/links.html#h-12.2.1 anchor name] can be added explicitly at any place in the Wiki page, in order to uniquely identify a position in the document:
     663== Setting Anchors
     664
     665An anchor, or more correctly speaking, an [https://www.w3.org/TR/REC-html40/struct/links.html#h-12.2.1 anchor name] can be added explicitly at any place in the Wiki page, to uniquely identify a position in the document:
    688666
    689667{{{
     
    691669}}}
    692670
    693 This syntax was chosen to match the format for explicitly naming the header id [#Headings documented above]. For example:
     671This syntax was chosen to match the format for explicitly naming the header id [#Headings documented above]:
    694672{{{
    695673== Long title == #title
    696674}}}
    697675
    698 It's also very close to the syntax for the corresponding link to that anchor:
     676It is also very close to the syntax for the corresponding link to that anchor:
    699677{{{
    700678[#point1]
     
    703681Optionally, a label can be given to the anchor:
    704682{{{
    705 [[=#point1 '''Point 1''']]
     683[=#point1 '''Point 1''']
    706684}}}
    707685
     
    725703}}}
    726704
    727 For more complex anchors (e.g. when a custom title is wanted), one can use the Span macro, e.g. `[[span(id=point2, class=wikianchor, title=Point 2, ^(2)^)]]`.
    728 
     705For more complex anchors (eg when a custom title is wanted), you can use the Span macro: `[[span(id=point2, class=wikianchor, title=Point 2, ^(2)^)]]`.
    729706
    730707== Escaping Links, WikiPageNames and other Markup == #Escaping
    731708
    732 You may avoid making hyperlinks out of TracLinks by preceding an expression with a single "!" (exclamation mark).
     709You may avoid making hyperlinks out of TracLinks by preceding an expression with a single exclamation mark (`!`).
    733710
    734711||= Wiki Markup =||= Display =||
     
    740717  {{{
    741718Various forms of escaping for list markup:
    742  `-` escaped minus sign \\
    743  ``1. escaped number  \\
    744  {{{*}}} escaped asterisk sign
     719 ^^- escaped minus sign \\
     720 ^^1. escaped number  \\
     721 ^^* escaped asterisk sign
    745722  }}}
    746723}}}
     
    750727
    751728Various forms of escaping for list markup:
    752  `-` escaped minus sign \\
    753  ``1. escaped number  \\
    754  {{{*}}} escaped asterisk sign
    755 }}}
    756 
    757 == Images ==
     729 ^^- escaped minus sign \\
     730 ^^1. escaped number  \\
     731 ^^* escaped asterisk sign
     732}}}
     733
     734== Images
    758735
    759736Urls ending with `.png`, `.gif` or `.jpg` are no longer automatically interpreted as image links, and converted to `<img>` tags.
     
    779756See WikiMacros for further documentation on the `[[Image()]]` macro, which has several useful options (`title=`, `link=`, etc.)
    780757
    781 
    782 == Macros ==
    783 
    784 Macros are ''custom functions'' to insert dynamic content in a page.
     758== Macros
     759
     760Macros are ''custom functions'' that insert dynamic content in a page.
    785761
    786762||= Wiki Markup =||= Display =||
     
    796772See WikiMacros for more information, and a list of installed macros.
    797773
    798 The detailed help for a specific macro can also be obtained more directly by appending a "?" to the macro name.
     774The detailed help for a specific macro can also be obtained more directly by appending a `?` to the macro name.
    799775
    800776||= Wiki Markup =||= Display =||
     
    808784}}}
    809785
    810 
    811 == Processors ==
    812 
    813 Trac supports alternative markup formats using WikiProcessors. For example, processors are used to write pages in
    814 [wiki:WikiRestructuredText reStructuredText] or [wiki:WikiHtml HTML].
     786== Processors
     787
     788Trac supports alternative markup formats using WikiProcessors. For example, processors are used to write pages in
     789[wiki:WikiRestructuredText reStructuredText] or [wiki:WikiHtml HTML].
    815790
    816791||= Wiki Markup =||= Display =||
     
    824799{{{#!td style="border: 0px"
    825800  {{{
    826   {{{
    827   #!html
     801  {{{#!html
    828802  <h1 style="text-align: right; color: blue">
    829803   HTML Test
     
    834808{{{#!td valign="top"  style="border: 0px"
    835809
    836 {{{
    837 #!html
     810{{{#!html
    838811<h1 style="text-align: right; color: blue">HTML Test</h1>
    839812}}}
     
    849822{{{#!td style="border: 0px"
    850823  {{{
    851   {{{
    852   #!python
     824  {{{#!python
    853825  class Test:
    854  
     826
    855827      def __init__(self):
    856828          print "Hello World"
     
    860832  }}}
    861833}}}
    862 {{{
    863 #!td valign="top"  style="border: 0px"
    864 
    865 {{{
    866 #!python
     834{{{#!td valign="top"  style="border: 0px"
     835
     836{{{#!python
    867837class Test:
    868838    def __init__(self):
     
    894864  |----------------
    895865  {{{#!td
    896   As processors can be easily nested, 
     866  As processors can be easily nested,
    897867  so can be tables:
    898868    {{{#!th
     
    911881  }}}
    912882}}}
    913 {{{
    914 #!td  valign="top"  style="border: 0px"
     883{{{#!td  valign="top"  style="border: 0px"
    915884
    916885  {{{#!th rowspan=4 align=justify
     
    926895  |----------------
    927896  {{{#!td
    928   As processors can be easily nested, 
     897  As processors can be easily nested,
    929898  so can be tables:
    930899    {{{#!th
     
    946915See WikiProcessors for more information.
    947916
    948 
    949 == Comments ==
     917== Comments
    950918
    951919Comments can be added to the plain text. These will not be rendered and will not display in any other format than plain text.
     
    955923  {{{
    956924  Nothing to
    957   {{{
    958   #!comment
     925  {{{#!comment
    959926  Your comment for editors here
    960927  }}}
    961   see ;-)
     928  see.
    962929  }}}
    963930}}}
    964931{{{#!td
    965932  Nothing to
    966   {{{
    967   #!comment
     933  {{{#!comment
    968934  Your comment for editors here
    969935  }}}
    970   see ;-)
    971 }}}
    972 
    973 == Miscellaneous ==
    974 
    975 An horizontal line can be used to separated different parts of your page:
    976 
    977 ||= Wiki Markup =||= Display =||
    978 {{{#!td
    979   {{{
    980   Four or more dashes will be replaced
    981   by an horizontal line (<HR>)
     936  see.
     937}}}
     938
     939== Miscellaneous
     940
     941||= Wiki Markup =||= Display =||
     942{{{#!td
     943  Horizontal line:
     944  {{{
     945  Four or more dashes will be replaced
     946  by a horizontal line (<HR>)
    982947  ----
    983948  See?
     
    986951{{{#!td
    987952Four or more dashes will be replaced
    988 by an horizontal line (<HR>)
     953by a horizontal line (<HR>)
    989954----
    990955See?
     
    992957|----------------------------------
    993958{{{#!td
    994   {{{
    995   "macro" style [[br]] line break
    996   }}}
    997 }}}
    998 {{{#!td
    999 "macro" style [[br]] line break
     959  Two examples of line breaks:
     960  {{{
     961  "macro" style [[BR]] line break
     962  }}}
     963  or:
     964  {{{
     965  !WikiCreole style \\ line\\break
     966  }}}
     967}}}
     968{{{#!td
     969"macro" style [[BR]] line break
     970
     971!WikiCreole style \\ line\\break
    1000972}}}
    1001973|----------------------------------
    1002 {{{#!td
    1003   {{{
    1004   !WikiCreole style \\ line\\break
    1005   }}}
    1006 }}}
    1007 {{{#!td
    1008 !WikiCreole style \\ line\\break
    1009 }}}
    1010