[Pmwiki-users] <br clear="all">
Patrick R. Michaud
pmichaud
Wed Jun 16 06:39:45 CDT 2004
On Wed, Jun 16, 2004 at 10:26:26AM +0200, Thomas -Balu- Walter wrote:
> Hi there,
>
> is it possible to change the [[<<]] markup to not print
> <br clear="all"> but something like <br class="pmnewline"> and define it
> in a CSS?
Why not just change the markup directly?
$InlineReplacements["/\\[\\[<<\\]\\]"] = "<br />";
Seems a bit easier than indirection via stylesheets. Also, I'm not
sure that CSS has a clear equivalent to <br clear="all">.
Pm
More information about the pmwiki-users
mailing list