Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(no commit message)
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
mdwn.pm
diff --git
a/IkiWiki/Plugin/mdwn.pm
b/IkiWiki/Plugin/mdwn.pm
index 3c3fc9579fc7fa78959fad3e4ddf7b3bf67ce003..430194bffdcc6444f34036709d9dc3767187af85 100644
(file)
--- a/
IkiWiki/Plugin/mdwn.pm
+++ b/
IkiWiki/Plugin/mdwn.pm
@@
-58,7
+58,7
@@
sub htmlize (@) {
}
}
if (! defined $markdown_sub &&
-
exists $config{nodiscount} && ! $config{nodiscount}
) {
+
(! exists $config{nodiscount} || ! $config{nodiscount})
) {
eval q{use Text::Markdown::Discount};
if (! $@) {
$markdown_sub=sub {