diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-01 20:49:13 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-01 20:49:13 +0200 |
commit | 833f9cd518f24d6d4b7db6d8b65a8c4614f053cd (patch) | |
tree | 4906cb5f4b7d4bc287a5ece91b38719b4914924b | |
parent | 31013521d09d68d2acd03e20e343980ce7010841 (diff) | |
parent | 6fb5104141b1c9936b847f8d2b25f024560421db (diff) |
Merge branch 'master' into allinone
-rw-r--r-- | perl/Locale/Po4a/Text.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/Locale/Po4a/Text.pm b/perl/Locale/Po4a/Text.pm index 0cc2cc8..3ceeec9 100644 --- a/perl/Locale/Po4a/Text.pm +++ b/perl/Locale/Po4a/Text.pm @@ -220,7 +220,8 @@ sub parse { # A line starting by a space indicates a non-wrap # paragraph $wrapped_mode = 0; - } elsif ($markdown and + } + if ($markdown and ( $line =~ /\S $/ # explicit newline or $line =~ /"""$/)) { # """ textblock inside macro begin # Markdown markup needing separation _after_ this line |