From: why the lucky stiff Date: 2004-11-16T00:22:05+09:00 Subject: Re: [ANN] RedCloth 3.0.0 -- Textile and Markdown Elope! Dmitri Borodaenko wrote: > > Cool! I checked it over this weekend and it mostly works fine, even a > bit faster than before. But my favorite :filter_html bug is still > there... Wanna borrow my sanitize.rb? ;-) > The filter_html stuff is being rewritten to allow you to filter out certain elements and attributes. I'm almost there. > > I noticed that ! style="text-align:left">

and I have to > write !{float: left}img.png! to make the image float. Was that > intentional? > Well, yes. But it's now like you've got it. I've switched to `float' rather than `text-align', so look for this in CVS today. _why