diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-01 20:49:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-01 20:49:10 +0200 |
commit | e71f097ace69aa40cd83ad9fb31db7b82272baac (patch) | |
tree | db48b887d67a2e31fb13eaa8be97ec2793a5103f | |
parent | 5ba88b00c0febd310764960fb1c9f2349940c04f (diff) | |
parent | 6fb5104141b1c9936b847f8d2b25f024560421db (diff) |
Merge branch 'master' into _clean
-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 |