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