From 4f2d6b3e21911ab29ae18dff1be909d94f3127ed Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Fri, 21 Apr 2017 10:17:19 -0500 Subject: Refactor MarkupHelper --- lib/gitlab/asciidoc.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib/gitlab/asciidoc.rb') diff --git a/lib/gitlab/asciidoc.rb b/lib/gitlab/asciidoc.rb index b157b59f9dd..6a671ab2630 100644 --- a/lib/gitlab/asciidoc.rb +++ b/lib/gitlab/asciidoc.rb @@ -14,15 +14,9 @@ module Gitlab # Public: Converts the provided Asciidoc markup into HTML. # # input - the source text in Asciidoc format - # context - a Hash with the template context: - # :commit - # :project - # :project_wiki - # :requested_path - # :ref # asciidoc_opts - a Hash of options to pass to the Asciidoctor converter # - def self.render(input, context, asciidoc_opts = {}) + def self.render(input, asciidoc_opts = {}) asciidoc_opts.reverse_merge!( safe: :secure, backend: :gitlab_html5, -- cgit v1.2.1