# File lib/maruku/string_utils.rb, line 92
    def unquote(s)
      s.gsub(/^>\s?/, '')
    end