@@ -577,7 +577,7 class RedCloth3 < String | |||||
577 | end |
|
577 | end | |
578 | end |
|
578 | end | |
579 |
|
579 | |||
580 |
QUOTES_RE = /(^>+([^\n]*?)\n |
|
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