On 7/12/06, Jacob Rus <[EMAIL PROTECTED]> wrote:
Waylan Limberg wrote: > On 7/9/06, Carl-Johan Kihlbom <[EMAIL PROTECTED]> wrote: >> I'm guessing it's because you have different indent levels. Try >> removing the spaces before 1-9. > > I'll second that. In my observation Python is very picky about the > four spaces of indent, while Perl seems to notice any amount of indent > (one space is often enough) even though the syntax[1] tells us we need > four spaces. To see what I mean, try adding a couple more spaces to > 1-9 in your example and run it through both to see what you get. Yes, I realize it's picking things up as multiple indentation levels, but I offer that this is a bug, and that python markdown has this right.
+1 as to this is a bug (or the spec should be explicit) -- Joseph Lorenzo Hall PhD Student, UC Berkeley, School of Information <http://josephhall.org/> _______________________________________________ Markdown-Discuss mailing list [email protected] http://six.pairlist.net/mailman/listinfo/markdown-discuss
