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:
<<?php print "p";?>>
Except that Markdown currently converts that to:
<<?php print "p";?>>
which makes the final output:
<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