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