##// END OF EJS Templates
Fixes a regexp for ruby1.9....
Jean-Philippe Lang -
r2901:668ec7f69421
parent child
Show More
@@ -577,7 +577,7 class RedCloth3 < String
577 end
577 end
578 end
578 end
579
579
580 QUOTES_RE = /(^>+([^\n]*?)\n?)+/m
580 QUOTES_RE = /(^>+([^\n]*?)(\n|$))+/m
581 QUOTES_CONTENT_RE = /^([> ]+)(.*)$/m
581 QUOTES_CONTENT_RE = /^([> ]+)(.*)$/m
582
582
583 def block_textile_quotes( text )
583 def block_textile_quotes( text )
General Comments 0
You need to be logged in to leave comments. Login now