From: "Brian Schröder" Date: 2004-09-27T21:31:26+09:00 Subject: Re: BlueCloth bug? Thanks for testing it. I used rpa to install bluecloth and assumed it would be the current version. But it seems to be an old 0.0.3b version. regards, Brian Patrick Spence wrote: > The code you provide generated > "

test

\n\n
Code\n
" with Ruby 1.8 and > BlueCloth 1.0.0 installed through RubyGems. As this appears to be the > correct output, check that you are using the latest version of > BlueCloth. > > > On Mon, 27 Sep 2004 19:49:08 +0900, Brian Schr�der > wrote: > >>Hello Group, >> >>I'm toying around with BlueCloth, and wonder why I get the following >>behaviour: >> >>irb(main):008:0> (BlueCloth.new "test\n\n Code").to_html >>=> "

test

\n\n

Code

" >> >>I expected >>=> "

test

\n\n
Code
" >>because the MarkDown Documentation states that 4 Spaces or one Tab make >>a block a codeblock. >> >>Any ideas on what I'm doing wrong? >> >>Brian >>-- >>Brian Schr�der >>http://ruby.brian-schroeder.de/ >> >> > > -- Brian Schr�der http://ruby.brian-schroeder.de/