Edgewall Software

Changes between Version 3 and Version 4 of WikiHtml


Ignore:
Timestamp:
Nov 7, 2004, 5:52:29 PM (19 years ago)
Author:
Juanma Barranquero <lektu@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WikiHtml

    v3 v4  
    66
    77== How to Use HTML ==
    8 To inform the wiki engning a block of text should be treated as HTML, use the ''html'' processor.
     8To inform the wiki engine that a block of text should be treated as HTML, use the ''html'' processor.
    99
    1010This example should explain:
     
    1313<pre class="wiki">{{{
    1414#!html
    15 &lt;h1 style="text-align: right; color: blue"&gt;HTML Test&lt;/h1&gt;
     15<h1 style="text-align: right; color: blue">HTML Test</h1>
    1616}}}</pre>
    1717}}}