diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-09 17:23:17 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2014-03-09 19:43:30 +0100 |
commit | 09d9a8c0048ae1e55b2d28643e04764eb38696ee (patch) | |
tree | d8e756719a5dc6467025dde6a6d38b228e31b051 | |
parent | 9d2dd947ec67dc492ef8aae91228e2c1a136ef1a (diff) | |
download | web-09d9a8c0048ae1e55b2d28643e04764eb38696ee.tar.gz web-09d9a8c0048ae1e55b2d28643e04764eb38696ee.tar.bz2 web-09d9a8c0048ae1e55b2d28643e04764eb38696ee.zip |
Keep using libtext-markdown-perl instead of libtext-markdown-discount-perl.
-rw-r--r-- | ikiwiki.setup | 7 | ||||
-rw-r--r-- | public_hurd_boxen/installation/darnassus.mdwn | 4 |
2 files changed, 9 insertions, 2 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) diff --git a/public_hurd_boxen/installation/darnassus.mdwn b/public_hurd_boxen/installation/darnassus.mdwn index 8cb8f619..5837705b 100644 --- a/public_hurd_boxen/installation/darnassus.mdwn +++ b/public_hurd_boxen/installation/darnassus.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2013, 2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -27,6 +27,8 @@ License|/fdl]]."]]"""]] * libyaml-perl libyaml-syck-perl (for ikiwiki's YAML field plugins) + * libtext-markdown-perl (used instead of libtext-markdown-discount-perl) + * gitweb highlight sudo ln -s ~hurd-web/hurd-web.git /var/lib/git/ |