diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index b96ee7ab0..31051fa96 100644 --- a/lib/redcloth3.rb +++ b/lib/redcloth3.rb @@ -973,7 +973,7 @@ class RedCloth3 < String if stln == "
" out = "
#{ out }" else - out = "#{ stln }
',
- 'floating !>http://foo.bar/image.jpg!' => 'floating 
',
'with class !(some-class)http://foo.bar/image.jpg!' => 'with class
',
'with style !{width:100px;height:100px}http://foo.bar/image.jpg!' => 'with style
',
'with title !http://foo.bar/image.jpg(This is a title)!' => 'with title
',