SMTP Client tutorial uses bad markup

[email protected] Tue, 05 Jan 2010 19:21:32 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from khorn <[email protected]>:

The SMTP client tutorial in doc/mail/tutorial/smtpclient/smtpclient.xhtml uses some really nasty markup for its code samples.  It uses contructs like:

{{{
<blockquote><code>
EXAMPLE CODE HERE
</code></blockquote>
}}}

when it should use

{{{
<pre>
EXAMPLE CODE HERE
</pre>
}}}

This borks up Lore's handling of code samples (syntax highlighting, etc.), and is just generally nasty.

----------
Type     : enhancement
Component: core
Keywords : documentation
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4200