# File lib/bluecloth.rb, line 1135
        def outdent( str )
                str.gsub( /^(\t|[ ]{1,#{TabWidth}})/, '')
        end