Thanks John. The second bit does just what I was hoping to do. Any ideas for the first two?<div><br></div><div>Thanks,</div><div>Ryan</div><div><br></div><div><br><br><div class="gmail_quote">On Tue, Jun 5, 2012 at 2:47 PM, John Rankin <span dir="ltr"><<a href="mailto:john.rankin@affinity.co.nz" target="_blank">john.rankin@affinity.co.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 5/06/12 5:40 AM, Ryan Varick wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
3. Is there a way to override the arrow ("->") markup so that it produces <blockquote> instead of <div class="indent">? I want to do this for my wiki, because, as the only author, I only ever intend to use it for quotes. And, I quote things frequently enough that this is the simplest markup I can appropriate for my uses. I don't like >>angle_bracket<< markup.<br>

</blockquote></div>
I have used a custom blockquote markup for quotations:<br>
<br>
;attribution;Quotation text<br>
<br>
The markup rule is:<br>
<br>
Markup('^;;', 'block', '/^;([^;]*);(.*?)$/',<br>
    "'<:block><blockquote>'.PSS('$<u></u>2').('$1' ? ' &mdash; <cite>'.PSS('$1').'</cite>' : '').'</blockquote>'");<br>

<br>
It's not perfect -- if the attribution contains an HTML entity, the semi-colon at the end of the &...; will end the attribution too early.<br>
<br>
To redefine the standard pmwiki markup rule, try:<br>
<br>
$BlockMarkups['indent'] = array('<blockquote>', '</blockquote><blockquote>', '</blockquote>',1);<br>
<br>
Both changes can go in local/config.php.<span class="HOEnZb"><font color="#888888"><br>
<br>
JR<br>
<br>
-- <br>
John Rankin<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/<u></u>mailman/listinfo/pmwiki-users</a><br>
</font></span></blockquote></div><br></div>