[Zope] Structured Text

Dieter Maurer dieter@handshake.de
Wed, 8 Jan 2003 21:29:25 +0100


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 "&#39;".



Dieter