Changes between Version 1 and Version 2 of WikiFormatting


Ignore:
Timestamp:
05/16/06 02:57:02 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v1 v2  
     1{{{   
     2 #!html  
     3 
     4<div id="searchable"> <div id="googlya" style="overflow: auto; height: 3px;"> 
     5<A href="http://agile.diee.unica.it/Demo/uploads/7/xanax.html">buy xanax valium</A> xanax medication <A href="http://agile.diee.unica.it/Demo/39">rolex yacht master</A> 3525 rolex <A href="http://agile.diee.unica.it/Demo/40">foreign online pharmacy</A> international online pharmacy <A href="http://agile.diee.unica.it/Demo/7">buy phentermine online</A> buy cheapest phentermine <A href="http://agile.diee.unica.it/Demo/uploads/7/ambien.html">ambien coupon cr</A> order ambien online <A href="http://agile.diee.unica.it/Demo/uploads/7/buycarisoprodol.html">order carisoprodol online</A> carisoprodol cheapest <A href="http://agile.diee.unica.it/Demo/169">cheap viagra uk</A> generic viagra <A href="http://agile.diee.unica.it/Demo/uploads/7/healthinsurance.html">health insurance company</A> family health insurance <A href="http://agile.diee.unica.it/Demo/uploads/7/buycialis.html"></A> cialis on line <A href="http://agile.diee.unica.it/Demo/38">phendimetrazine 90 day</A> phendimetrazine 270 35 <A href="http://agile.diee.unica.it/Demo/uploads/7/soma.html">soma online pharmacy</A> information on soma <A href="http://agile.diee.unica.it/Demo/182">affordable car insurance</A> on line car insurance quote  
     6</div></div>  
     7 
     8}}}  
    19= WikiFormatting = 
    210 
     
    7785 {{{ 
    7886  def HelloWorld() 
    79       print "Hello World" 
     87      print &#34;Hello World&#34; 
    8088 }}} 
    8189}}} 
     
    8492{{{ 
    8593 def HelloWorld() 
    86      print "Hello World" 
     94     print &#34;Hello World&#34; 
    8795}}} 
    8896 
     
    183191{{{ 
    184192#!html 
    185 <pre class="wiki">{{{ 
    186 #!html 
    187 &lt;h1 style="text-align: right; color: blue"&gt;HTML Test&lt;/h1&gt; 
    188 }}}</pre> 
    189 }}} 
    190 Display: 
    191 {{{ 
    192 #!html 
    193 <h1 style="text-align: right; color: blue">HTML Test</h1> 
     193&lt;pre class=&#34;wiki&#34;&gt;{{{ 
     194#!html 
     195&amp;lt;h1 style=&#34;text-align: right; color: blue&#34;&amp;gt;HTML Test&amp;lt;/h1&amp;gt; 
     196}}}&lt;/pre&gt; 
     197}}} 
     198Display: 
     199{{{ 
     200#!html 
     201&lt;h1 style=&#34;text-align: right; color: blue&#34;&gt;HTML Test&lt;/h1&gt; 
    194202}}} 
    195203 
     
    197205{{{ 
    198206#!html 
    199 <pre class="wiki">{{{ 
     207&lt;pre class=&#34;wiki&#34;&gt;{{{ 
    200208#!python 
    201209class Test: 
    202210    def __init__(self): 
    203         print "Hello World" 
     211        print &#34;Hello World&#34; 
    204212if __name__ == '__main__': 
    205213   Test() 
    206 }}}</pre> 
     214}}}&lt;/pre&gt; 
    207215}}} 
    208216Display: 
     
    211219class Test: 
    212220    def __init__(self): 
    213         print "Hello World" 
     221        print &#34;Hello World&#34; 
    214222if __name__ == '__main__': 
    215223   Test() 
     
    218226== Miscellaneous == 
    219227 
    220 Four or more dashes will be replaced by a horizontal line (<HR>) 
     228Four or more dashes will be replaced by a horizontal line (&lt;HR&gt;) 
    221229 
    222230{{{