Ignore:
Timestamp:
11/28/08 12:41:05 (3 years ago)
Author:
OlivierRaginel
Message:

Item295: Renamed =(begin|end|pod) twiki to =$1 TML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerlDocPlugin/data/TWiki/PerlDocPlugin.txt

    r788 r1039  
    4040---++ Perl code with TWiki markup 
    4141 
    42 TWiki markup can be used inside a =<nop>=begin twiki= ... =<nop>=end twiki= block. Keep in mind that this markup gets parsed correctly only by the <nop>%TOPIC%, other POD translator ignore the block. The TWiki markup is richer and more compact then POD. Example: 
     42TWiki markup can be used inside a =<nop>=begin TML= ... =<nop>=end TML= block. Keep in mind that this markup gets parsed correctly only by the <nop>%TOPIC%, other POD translator ignore the block. The TWiki markup is richer and more compact then POD. Example: 
    4343 
    4444<pre> 
    45 =begin twiki 
     45=begin TML 
    4646<nop>---++ Demo of TWiki markup 
    4747Silly paragraph 
    4848 
    49 =end twiki 
     49=end TML 
    5050 
    5151=cut 
Note: See TracChangeset for help on using the changeset viewer.