[Doc-SIG] Re:HTML TT tag not preserving whitespace
David Goodger
dgoodger@bigfoot.com
Sat, 16 Jun 2001 18:17:28 -0400
on 2001-06-16 2:13 PM, Peter Funk (pf@artcom-gmbh.de) wrote:
> May be I've missed the point, but was wrong with the <PRE> tag? For example:
We're talking about inline literal markup like <TT>, not literal blocks like
<PRE>. This applies with text like::
<P>There are three spaces in <TT>x</TT> after <TT>x = ' '</TT>.</P>
Guido was saying that would need at least one to come out right.
--
David Goodger dgoodger@bigfoot.com Open-source projects:
- Python Docstring Processing System: http://docstring.sf.net
- reStructuredText: http://structuredtext.sf.net
- The Go Tools Project: http://gotools.sf.net