Revert "Merge pull request #303 from rwfowler/asciidocLinks"
This reverts commit8fbbe40300, reversing changes made tob7fb4c5950.
This commit is contained in:
@@ -116,9 +116,6 @@ module Gollum
|
||||
#
|
||||
# Returns the placeholder'd String data.
|
||||
def extract_tags(data)
|
||||
if @format == :asciidoc
|
||||
return data
|
||||
end
|
||||
data.gsub!(/(.?)\[\[(.+?)\]\]([^\[]?)/m) do
|
||||
if $1 == "'" && $3 != "'"
|
||||
"[[#{$2}]]#{$3}"
|
||||
|
||||
Reference in New Issue
Block a user