diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-01 20:49:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-01 20:49:15 +0200 |
commit | ae2ee22f4fa996964b25cba38ef6612d943d2a09 (patch) | |
tree | eb30c8fe6a8cb4a309fc3ed0af64a57e3edb388b | |
parent | 17e26265acce624ae652255690fc363cfba9d19f (diff) | |
parent | 756308136deec02123debc94ed9a0ee6731eae64 (diff) |
Merge branch '_scs' into scs
-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 |