* Michel Fortin <[EMAIL PROTECTED]> [2006-10-18 15:45]: > It'd be nice too if three consecutive blank lines would clear > the blockquote.
Two should suffice, IMO. I always found it extremely annoying that Markdown provides no way to express multiple consecutive blockquotes, lists or code blocks, other than by using workarounds like inserting comments or other crud like `<div style="display:none"></div>`. (An added problem with breaking out of code blocks is that Markdown considers lines consisting only of whitespace to be blank, so you couldn’t have code blocks with consecutive blank lines in them.) Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ Markdown-Discuss mailing list [email protected] http://six.pairlist.net/mailman/listinfo/markdown-discuss
