##// END OF EJS Templates
Fixed: lines in wiki content containing just a single wiki link are not displayed....
Jean-Philippe Lang -
r724:780d5fa070ce
parent child
Show More
@@ -839,7 +839,7 class RedCloth < String
839 end
839 end
840 end
840 end
841
841
842 TEXTILE_REFS_RE = /(^ *)\[([^\n]+?)\](#{HYPERLINK})(?=\s|$)/
842 TEXTILE_REFS_RE = /(^ *)\[([^\[\n]+?)\](#{HYPERLINK})(?=\s|$)/
843 MARKDOWN_REFS_RE = /(^ *)\[([^\n]+?)\]:\s+<?(#{HYPERLINK})>?(?:\s+"((?:[^"]|\\")+)")?(?=\s|$)/m
843 MARKDOWN_REFS_RE = /(^ *)\[([^\n]+?)\]:\s+<?(#{HYPERLINK})>?(?:\s+"((?:[^"]|\\")+)")?(?=\s|$)/m
844
844
845 def refs( text )
845 def refs( text )
General Comments 0
You need to be logged in to leave comments. Login now