don't escape <> (done for us)

master
Jon Dowland 2009-06-15 12:29:23 +01:00
parent 82cc6ff4da
commit 04964d3ac0
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ input:
Presuming that the pagespec does not match, output: Presuming that the pagespec does not match, output:
&lt;p&gt;before. <p>before.
&lt;div class="map"&gt; <div class="map">
&lt;ul&gt; <ul>
&lt;/div&gt;&lt;/p&gt; </div></p>
The UL element is not closed. The UL element is not closed.