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