After some effort on James's part to confirm that no it can't be done without customising Markdown and then him manually creating a hcarded list for me (thanks James!).  I went off and created a plugin for radiant to do it instead (so if any-one noticed the lrug site bouncing up and down, it was me failing to write ruby code that parses on the first attempt).
<br><br>So:<br><br>Markdown: * (name)[url] (6 chars.  Shame it doesn't provide hcard-ed output)<br>Hand-coded: <li class="vcard"><a href="url" class="url">name</a></li> (50 chars... ouch!!)
<br>Radiant tag: <r:hcard fn="name" url="url" /> (24 chars... a massive 52% saving, giving me at least 1 year extra before the RSI really kicks in)<br><br>Hurrah!<br><br>Also the hcard tag I wrote has support for nicknames (useful to know someone's irc nick or 
web2.0-social-taggy-ratey-sharey-site user-names perhaps?) and photos, if any one cares to provide such things.<br><br>Muz<br><br><div><span class="gmail_quote">On 15/11/06, <b class="gmail_sendername">James Darling</b> <
<a href="mailto:james@abscond.org">james@abscond.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="">I said the something about Microformats, and it would be good.
<div>And indeed, where is the fun in not doing it in markdown.</div><div><br></div><div>And seeing as I've spent quite a bit of today rugby tackling bluecloth into submission, I'll give it a go</div><div><br><div> <div style="border-style: solid none; border-color: rgb(85, 85, 85) -moz-use-text-color; border-width: 1px medium; padding: 5px; color: rgb(51, 51, 51); float: left; width: 95%;">
  <img style="padding: 12px; float: left; margin-right: 4px;" alt="photo"> <div style="padding: 8px; float: left;"> <a href="http://absconddesign.com" style="font-size: 140%; color: rgb(51, 51, 51);" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
James Darling</a> <div>Abscond Design</div> <a href="mailto:james@abscond.org" style="color: rgb(51, 51, 51);" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">james@abscond.org</a> <div>07811407085</div>
 <a style="color: rgb(51, 51, 51);">AIM/iChat</a> </div> <div style="padding: 8px; float: left;">  <div>Rose Cottage<br> Gwavas Road</div>  <span>Newlyn<br></span>  <span>Cornwall<br></span>  <span>TR18 5EG<br></span>  <span>
UK</span>  </div> </div> </div><br><div><div><span class="e" id="q_10eec9d5195165fe_1"><div>On 15 Nov 2006, at 17:07, Murray Steele wrote:</div><br></span></div><blockquote type="cite"><div><span class="e" id="q_10eec9d5195165fe_3">
Someone said something about Microformats (<a href="http://microformats.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://microformats.org/</a>).  <br><br>So I thought I'd have a look at sticking hCard info (
<a href="http://microformats.org/wiki/hcard" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://microformats.org/wiki/hcard </a>) onto the member page.  Except.. it's a bit hard to do with Markdown (
e.g. as far as I can tell, impossible) which is the filter we are using on that page.  I thought about using Textile, but can't work out the * and () voodoo I'd need to use to get <ul><li class="vcard"> as *(vcard) gives you <ul class="vcard"><li>.  Bah! 
<br><br>So, a call out to all the textile / markdown users out there.  Any one know if it can be done.<br><br>Also, the <a href="http://lrug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">lrug.org
</a> site users Radiant CMS (<a href="http://radiantcms.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://radiantcms.org/ </a>) so a second call goes out to the radiant cms users out there, anyone know of any plugins for it that'll let it do microformats in a non-painful way?  There's a microformats helper for RoR (
<a href="http://blog.labnotes.org/2006/08/25/microformats-helper-for-ruby-on-rails/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://blog.labnotes.org/2006/08/25/microformats-helper-for-ruby-on-rails/
</a>) but I don't think Radiant pages get evaluated as rhtml and thus can make use of ruby code (anyone know any different?)<br><br>Muz<br><br>ps. Yes I *could* use raw html, but it's an awful lot of typing, and I'm reet lazy me. 
<br><br>pps. Yes this e-mail probably contains more typing than it would have taken to do the microformats in raw html, but where's the challenge in that?<br></span></div><div style="margin: 0px;">_______________________________________________
</div><div style="margin: 0px;">chat mailing list</div><div style="margin: 0px;"><a href="mailto:chat@lrug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">chat@lrug.org</a></div><div style="margin: 0px;">
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a></div> </blockquote></div><br></div></div>

<br>_______________________________________________<br>chat mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:chat@lrug.org">chat@lrug.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">
http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br><br><br></blockquote></div><br>