convert_string(item)
some of these patterns are taken from SmartyPants…
# File lib/rdoc/markup/simple_markup/to_flow.rb, line 168 def convert_string(item) CGI.escapeHTML(item) end