David Heinemeier Hansson wrote: > Also, it would be really nice if there was someway to have multiple > paragraphs in both blockquotes and these new code blocks. Just like > you've added with the lists. Perhaps if you space thrice (or more), > just like with the lists, so: > > bq. This is a blockquote with two paragraphs. Lorem ipsum dolor sit > amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere > lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet > vitae, risus. > > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. > Suspendisse id sem consectetuer libero luctus adipiscing. I've implement blockquotes in my own wiki like this: [] This is inside a blockquote [] nested blockquote [/] [/] RDoc's SimpleMarkup simply blockquotes based on how you indent (IIRC), which is nice, except that requires an editor more powerful than <textarea>. I like SimpleMarkup's way of doing headers better ==This is a H2 Header ===This is a H3 Header because this has better textual visualization to me than: h2. This is a H2 Header h3. This is a H3 Header -- Chris http://clabs.org