Project

General

Profile

Feature #4050 » 0004-Fix-Regexp.patch

Alexey Froloff, 2009-10-18 12:51

View differences:

lib/redcloth3.rb
577 577
        end
578 578
    end
579 579
    
580
    QUOTES_RE = /(^>+([^\n]*?)\n?)+/m
580
    QUOTES_RE = /(^>+([^\n]*?)(\n|$))+/m
581 581
    QUOTES_CONTENT_RE = /^([> ]+)(.*)$/m
582 582
    
583 583
    def block_textile_quotes( text )
(8-8/14)