Edgewall Software

Changes between Version 18 and Version 19 of WikiRestructuredText


Ignore:
Timestamp:
Mar 7, 2008, 9:34:20 AM (16 years ago)
Author:
anonymous
Comment:

There is no [[Timestamp]] 0.11

Legend:

Unmodified
Added
Removed
Modified
  • WikiRestructuredText

    v18 v19  
    9595#!rst
    9696
    97 .. code-block:: HelloWorld
    98  
    99    Something I wanted to say
     97.. code-block:: RecentChanges
    10098
     99   Trac,3
    101100
    102101}}}
     
    105104Will result in the below:
    106105
    107     [[HelloWorld(Something I wanted to say)]]
     106     [[RecentChanges(Trac,3)]]
    108107
    109108Or a more concise WikiMacro like syntax is also available:
     
    113112#!rst
    114113
    115 :code-block:`HelloWorld:Something I wanted to say`
     114:code-block:`RecentChanges:Trac,3`
    116115}}}
    117116}}}