[pmwiki-devel] Adding markup
Simon
nzskiwi at gmail.com
Thu Apr 23 00:38:23 PDT 2026
thanks very much to Petko for pointing out to me it worked for him.
I was working on a recipe to implement them, but there was still an
incorrect (typo) entry in my config.php, ahem, thanks and sorry
Simon
On Thu, 23 Apr 2026 at 17:47, Simon <nzskiwi at gmail.com> wrote:
> 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/e30420a9/attachment.html>
More information about the pmwiki-devel
mailing list