Return one level of line-leading tabs or spaces from a copy of str and return it.
# File bluecloth.rb, line 1139 def outdent( str ) str.gsub( /^(\t|[ ]{1,#{TabWidth}})/, '') end
<code/>
<pre/>
<code/>and<pre/>for code samples.