msgfmt will now properly handle adjacent blockquote paragraphs
parent
a570abc87a
commit
ba85af8b52
4
msgfmt
4
msgfmt
|
@ -50,8 +50,8 @@ awk '/^diff --git/ { exit } { print }' \
|
|||
s/>/\>/g;
|
||||
|
||||
# quoting (initiated by an indented paragraph and terminated by a new
|
||||
# paragraph)
|
||||
s#\n\n \+\(\([^\n]\+\n\)\+\)#<blockquote>\1</blockquote>#g
|
||||
# paragraph, unless that paragraph is also indented)
|
||||
s#\n\n \+\(\([^\n]\+\n\(\n \+\)\?\)\+\)#<blockquote>\1</blockquote>#g
|
||||
|
||||
# unfortunately, non-greedy matches make it difficult to exclude punctuation
|
||||
# at the end of a link, so we will not be handling it here (since links
|
||||
|
|
Loading…
Reference in New Issue