Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: make-doc-pro: Version 1.0.3 beta update

From: robert:muench:robertmuench at: 10-Jun-2002 14:42

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > [SunandaDH--aol--com] > Sent: Monday, June 10, 2002 11:12 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: make-doc-pro: Version 1.0.3 beta update > Robert's =url may not be perfect as it requires the URL to be on a line by > itself, and it needs embedded spaces to be coded as , but it does the job.
Hi, it will be possible to use it inline in one of the next versions. The URL part can be put into " and " if it contains spaces, so no need to use . =url "http://my url with spaces/" Test URL Most likely I will follow the same pattern for inlined URLs like: This is a text =url http://www.rebol.com "Rebol Homepage" with an embedded URL. Or something like this: This is a text =url "http://my url with spaces/" "My Website" with an embedded URL. Robert