summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-03-09 17:23:17 +0100
committerThomas Schwinge <thomas@schwinge.name>2014-03-09 19:43:30 +0100
commit09d9a8c0048ae1e55b2d28643e04764eb38696ee (patch)
treed8e756719a5dc6467025dde6a6d38b228e31b051 /ikiwiki.setup
parent9d2dd947ec67dc492ef8aae91228e2c1a136ef1a (diff)
Keep using libtext-markdown-perl instead of libtext-markdown-discount-perl.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup7
1 files changed, 6 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 94a66ca9..27aad971 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -237,7 +237,12 @@ IkiWiki::Setup::Standard->import({
# enable multimarkdown features?
#multimarkdown => 0,
# disable use of markdown discount?
- #nodiscount => 0,
+ # Testing on Ubuntu raring with libtext-markdown-discount-perl 0.04-1,
+ # libmarkdown2 2.1.5a-1, using libtext-markdown-discount-perl instead
+ # of libtext-markdown-perl introduces quite some (visible) differences
+ # in how certains things are being rendered, and I'm not interested in
+ # auditing all our *.mdwn files, so keep using libtext-markdown-perl.
+ nodiscount => 1,
# po plugin
# master language (non-PO files)