[REBOL] Re: make-doc-pro: Version 1.0.3 beta available
From: robert:muench:robertmuench at: 12-May-2002 16:14
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
> pat665
> Sent: Sunday, May 12, 2002 3:17 PM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Re: make-doc-pro: Version 1.0.3 beta available
> I tested MDP 1.03 with Rebol 2.5.2. I noticed that HTML code, either
> expressed directly or in a rebol source (in a print statement for example)
> are interpreted. This could be usefull sometimes, but in my case it destroys
> the document.
Hi, well I think I have to escape the < and > chars... oh BTW: There are all
kind of special chars that need to be escaped. Anyone written a function for
this? IIRC Allen wrote one some time ago. I put it into my bug-reporter.
> ---Suggestion
> A line cannot start with a word in *bold* because *boldness* is indicated
> with the * character. *This* word was supposed to be bold.
I know, haven't done it yet. Within one of the next releases for 1.0.3.
> ---Suggestion
> Value including several _ characters are not expressed correctly, for
> example HKEY_LOCAL_MACHINE from the Windows registry, because the _
> character is used for underlining text.
Should not happen, as the rule is that the second markup char must be followed
by a space. At least the actual version I have is checking this. I have updated
my Rebsite to this version.
> ---Suggestion
> Full compatibility with makespec.
Yes, no problem. Any incompatibilities found?
> ---Suggestion
> Full parameterization of css style.
Yes, any idea how to do it? Robert