Le 13 sept. 2006 à 13:57, John Gruber a écrit :

This is perhaps a contrived example, but if someone put this in a
Markdown document:

    <<?php print "p";?>>

they might reasonably expect the output to be:

    <p>

not:

    &lt;&lt;?php print "p";?&gt;&gt;

Except that Markdown currently converts that to:

    &lt;<?php print "p";?>>

which makes the final output:

    &lt;p>

It doesn't really invalidate your point, it's only one more proof that `<<` defies everyones' expectations.


Michel Fortin
[EMAIL PROTECTED]
http://www.michelf.com/


_______________________________________________
Markdown-Discuss mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to