Edgewall Software

Changes between Version 47 and Version 48 of WikiProcessors


Ignore:
Timestamp:
May 5, 2011, 11:26:26 PM (13 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

put processors into table

Legend:

Unmodified
Added
Removed
Modified
  • WikiProcessors

    v47 v48  
    154154The following processors are included in the Trac distribution:
    155155
    156  `#!default` :: Present the text verbatim in a preformatted text block.
    157                 This is the same as specifying ''no'' processor name
    158                 (and no `#!`)
    159  `#!comment` :: Do not process the text in this section (i.e. contents exist
    160                 only in the plain text - not in the rendered page).
    161 
    162 === HTML related ===
    163 
    164  `#!html`        :: Insert custom HTML in a wiki page.
    165  `#!htmlcomment` :: Insert an HTML comment in a wiki page (''since 0.12'').
    166 
    167 Note that `#!html` blocks have to be ''self-contained'',
    168 i.e. you can't start an HTML element in one block and close it later in a second block. Use the following processors for achieving a similar effect.
    169 
    170   `#!div` :: Wrap an arbitrary Wiki content inside a <div> element
    171              (''since 0.11'').
    172  `#!span` :: Wrap an arbitrary Wiki content inside a <span> element
    173              (''since 0.11'').
    174 
    175  `#!td` :: Wrap an arbitrary Wiki content inside a <td> element (''since 0.12'')
    176  `#!th` :: Wrap an arbitrary Wiki content inside a <th> element (''since 0.12'')
    177  `#!tr` :: Can optionally be used for wrapping `#!td` and `#!th` blocks,
    178        either for specifying row attributes of better visual grouping
    179        (''since 0.12'')
    180 
    181 See WikiHtml for example usage and more details about these processors.
    182 
    183 === Other Markups ===
    184 
    185      `#!rst` :: Trac support for Restructured Text. See WikiRestructuredText.
    186  `#!textile` :: Supported if [http://cheeseshop.python.org/pypi/textile Textile]
    187                 is installed.
    188                 See [http://www.textism.com/tools/textile/ a Textile reference].
     156|| '''`#!default`''' || Present the text verbatim in a preformatted text block. This is the same as specifying ''no'' processor name (and no `#!`) ||
     157|| '''`#!comment`''' || Do not process the text in this section (i.e. contents exist only in the plain text - not in the rendered page). ||
     158|||| ||
     159||||= '''HTML related''' =||
     160|| '''`#!html`''' || Insert custom HTML in a wiki page. ||
     161|| '''`#!htmlcomment`''' || Insert an HTML comment in a wiki page (''since 0.12''). ||
     162|| || Note that `#!html` blocks have to be ''self-contained'', i.e. you can't start an HTML element in one block and close it later in a second block. Use the following processors for achieving a similar effect.  ||
     163|| '''`#!div`''' || Wrap an arbitrary Wiki content inside a <div> element (''since 0.11''). ||
     164|| '''`#!span`''' || Wrap an arbitrary Wiki content inside a <span> element (''since 0.11''). ||
     165|| '''`#!td`''' || Wrap an arbitrary Wiki content inside a <td> element (''since 0.12'') ||
     166|| '''`#!th`''' || Wrap an arbitrary Wiki content inside a <th> element (''since 0.12'') ||
     167|| '''`#!tr`''' || Can optionally be used for wrapping `#!td` and `#!th` blocks, either for specifying row attributes of better visual grouping (''since 0.12'') ||
     168|| || See WikiHtml for example usage and more details about these processors. ||
     169|||| ||
     170||||= '''Other Markups''' =||
     171|| '''`#!rst`''' || Trac support for Restructured Text. See WikiRestructuredText. ||
     172|| '''`#!textile`''' || Supported if [http://cheeseshop.python.org/pypi/textile Textile] is installed. See [http://www.textism.com/tools/textile/ a Textile reference]. ||
    189173
    190174