# File lib/bluecloth.rb, line 450
        def transform_hrules( str, rs )
                @log.debug " Transforming horizontal rules"
                str.gsub( /^ ?([\-\*_] ?){3,}$/, "\n<hr#{EmptyElementSuffix}\n" )
        end