Consecutive code blocks

Thomas Humiston tom at jumpingrock.net
Wed Apr 13 22:10:34 EDT 2011


Wondered what you were talking about until I switched over to viewing
the message as HTML. In the plain-text portion, the trailing spaces
were not present.

Not safe to assume people don't read their plain-text. Especially on a
Markdown discussion list. (Nor, if they do, that they'll see what you
intend, since there's no standard specification for how to include
HTML in email anyway.)

</rant>

On Apr 13, 2011, at 8:59 PM, David Chambers wrote:


> <h1>TXJS 2011 Speakers</h1>

> <ul>

> <li><span>Brendan Eich</span></li>

> <li><span>Alex Russell</span></li>

> <li><span>Douglas Crockford</span></li>

> <li><span>Paul Irish</span></li>

> </ul>

>

> ul {

> list-style: square outside;

> color: #ccc;

> }

>

> li>span {

> color: #000;

> }

>



More information about the Markdown-Discuss mailing list