diff options
-rw-r--r-- | Locale/Po4a/Text.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Locale/Po4a/Text.pm b/Locale/Po4a/Text.pm index 836d2c1..ae62667 100644 --- a/Locale/Po4a/Text.pm +++ b/Locale/Po4a/Text.pm @@ -89,7 +89,7 @@ Handle some special markup in Markdown-formatted texts. =cut -my $markdown = 1; +my $markdown = 0; sub initialize { my $self = shift; |