<div dir="ltr">I am favour of the asymmetric <a href="http://www.pmwiki.org/wiki/PmWiki/MarkupMasterIndex#InlineMarkups">inline markup</a> (e.g. '^super^', [-smaller-], etc) so I like the direction Dominique suggests<br><br>Simon<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>____<br><a href="http://kiwiwiki.nz" target="_blank"><font size="1">http://kiwiwiki.nz</font></a></div></div></div></div>
<br><div class="gmail_quote">On 22 September 2016 at 22:32, Hans <span dir="ltr"><<a href="mailto:design1@softflow.uk" target="_blank">design1@softflow.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Thursday, September 22, 2016, 5:15:19 AM, H. Fox wrote:<br>
> <cite> belongs with <q> and <blockquote>. The way I understand it, the<br>
> semantics are:<br>
<br>
> <cite> => who is being quoted<br>
> <q>/<blockquote> => the quoted text<br>
cite attribute =>> where the text came from<br>
<br>
</span>I am glad you widen the discussion to include the <blockquote><br>
and <cite> tags.<br>
<br>
<cite> => title, name, author, URL source are all acceptable I think.<br>
<br>
The 'cite' attribute for <blockquote> and <q> could potentially be<br>
used, but it may be less useful than having a <cite> tag added by the<br>
authour within the <blockquote>, to provide a visual source (URL)<br>
for the block quote. So I think a wiki author may be using cite markup<br>
within blockquote markup, and have more flexibility that way.<br>
<br>
For <blockquote> I like to second the creation of a ["quoted text"] markup.<br>
It should be able to encompass not just a single text line, but<br>
multiple lines including empty lines, similar to the [@escaped code@]<br>
markup.<br>
<br>
For <cite> I would second the creation of a {"quote source"} markup.<br>
<br>
In use something like this would create a blockquote with cite tag<br>
and source link:<br>
["some quoted text here... {"from source at [[sourceURL]]"}"]<br>
<br>
which could be written over several lines:<br>
["<br>
some quoted text here...<br>
with several lines,<br>
including code or markup.<br>
{"from source at [[sourceURL]]"}<br>
"]<br>
<br>
Here is a possible blockquote markup (without inserting any cite<br>
attribute):<br>
 ## ["blockquote"]<br>
 Markup("bq",">[=","/(\n[^\\S\<wbr>n]*)?\\[([\"])(.*?)\\2\\]/s","<wbr>$1<blockquote>$3</blockquote>"<wbr>);<br>
<br>
I based this on PmWiki's [= (Preserve Text) markup, and I guess it<br>
could be integrated into the function.<br>
<br>
And here is a simple cite markup<br>
## cite<br>
 Markup("{\"","<'''''","/\{\"(.<wbr>*?)\"\}/",'<cite>$1</cite>');<br>
<br>
For a <q>  I am not so keen on a '"inline quote"' markup, as such<br>
combination of quote marks may well be used in text, quoting speech.<br>
My proposed double ""inline quote"" is likely less prone to be<br>
rendered unintentionally (outside of code blocks at least),<br>
and it would provide a quick way to produce smart inline quotes<br>
within <q> tags.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
- Hans<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<wbr>_________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/<wbr>mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br></div>