[Zope] Structured Text
Mark Gibson
mark@dimensional.com
Wed, 8 Jan 2003 15:52:21 -0700 (MST)
>
> Mark Gibson wrote at 2003-1-7 10:03 -0700:
> > How can I display single quotes (') in a structured text document?
> > Is there some way to escape single quotes? When I use them to
> > surround a word, ('word'), they get converted to <code>word</code>.
> Structured text usually passes HTML unchanged.
>
> Therefor, you can use HTML character references to get any
> character you like. For "'" is would be "'".
>
>
>
> Dieter
>
Just what I was looking for. Thanks!
Mark