[pmwiki-devel] Adding markup

Simon nzskiwi at gmail.com
Wed Apr 22 22:47:31 PDT 2026


I have two mark upa I wish to add

Markup('[[<]]',  '[[<<]]', '/\\[\\[<\\]\\]/',   '<br
style="clear:left;"/>'); ## [[<]] break with clear left
Markup('[[>]]',  '[[<<]]', '/\\[\\[>\\]\\]/',   '<br
style="clear:right;" />'); ## [[>]] break without clear right

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,
wants to create a new page "Gt".
I also tried > for >, but it made no difference

any ideas?

thanks

Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20260423/bbcbe096/attachment.html>


More information about the pmwiki-devel mailing list