Feature #4050 » 0004-Fix-Regexp.patch
| 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 ) |