# File app/helpers/application_helper.rb, line 57
   def h2(text)
    text = h text
    text.gsub(/\[\[[^\]\[]+\]\]/) {|s|  try_to_link(s)}
   end