On 24 Mar 98 at 8:34, Rene Brun wrote:
> //Begin_Html
Well I did miss this special "bracket" to introduce the HTML,
but I think the small correction I did should make sense too (the
special <esc> symbol to avoid THtml editing)
I mean at present THtml class does replace each '<', '&','>' with
'@lt' and '$gt' with a "normal" comment. The correction allows to
avoid this feature via "esc" symbol. Namely
'\<' will be replaced with the single '<' but '@lt'
'\>' will be replaced with the single '>' but '@gt'
etc.
Hope this helps,
Valery