[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rdoc link question

Charles L.

5/1/2008 6:31:00 AM

Does anyone know how to have a named link in Rdoc simple markup with a
space in it?

Ie:

linklabel[link:linkdestination.html]

Where linklabel can have a space?
--
Posted via http://www.ruby-....

2 Answers

Eric Hodel

5/1/2008 6:50:00 AM

0

On Apr 30, 2008, at 23:31 PM, Charles L. wrote:

> Does anyone know how to have a named link in Rdoc simple markup with a
> space in it?
>
> Ie:
>
> linklabel[link:linkdestination.html]
>
> Where linklabel can have a space?

Try {link label}[http://...]

Charles L.

5/1/2008 7:04:00 AM

0

Eric Hodel wrote:
> On Apr 30, 2008, at 23:31 PM, Charles L. wrote:
>
>> Does anyone know how to have a named link in Rdoc simple markup with a
>> space in it?
>>
>> Ie:
>>
>> linklabel[link:linkdestination.html]
>>
>> Where linklabel can have a space?
>
> Try {link label}[http://...]

Thanks :). I was just in the middle of grokking the TIDYLINK regexps in
the rdoc html code...
--
Posted via http://www.ruby-....