<div dir="ltr"><div>I have two mark upa I wish to add</div><div><br></div><div>Markup('[[<]]',  '[[<<]]', '/\\[\\[&lt;\\]\\]/',   '<br style="clear:left;"/>'); ## [[<]] break with clear left<br>Markup('[[>]]',  '[[<<]]', '/\\[\\[&gt;\\]\\]/',   '<br style="clear:right;" />'); ## [[>]] break without clear right</div><div><br></div><div>the first works fine, the second does not work, PmWiki does not appear to parse the markup [[>]] they way I expect when it is used on a wiki page,</div><div>wants to create a new page "Gt".</div><div>I also tried &#62; for >, but it made no difference<br><br>any ideas?</div><div><br></div><div>thanks</div><div><br></div><div>Simon</div></div>