Escape any markdown characters in a copy of the given str and return it.
# File bluecloth.rb, line 1042 def escape_md( str ) str. gsub( /\*/, EscapeTable['*'][:md5] ). gsub( /_/, EscapeTable['_'][:md5] ) end
<code/>
<pre/>
<code/>and<pre/>for code samples.