From c91e10fdb48d8629fad3e703a71cfd86f4ee10c5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 10 Jan 2014 22:46:41 +0100 Subject: [PATCH] enable multimarkdown --- bin/update-wiki | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/update-wiki b/bin/update-wiki index 98b0b5a..2cee32e 100755 --- a/bin/update-wiki +++ b/bin/update-wiki @@ -10,7 +10,7 @@ UPDATE=1 ! [ -e "$HOME/.dsa-wiki-local" ] || . "$HOME/.dsa-wiki-local" -[ "$UPDATE" != 1 ] || ( cd "$WC" && env -i git pull ) +[ "$UPDATE" != 1 ] || ( cd "$WC" && env -i git pull --quiet ) if [ "$UPDATE" != 1 ]; then GITPLUGIN="" @@ -27,7 +27,6 @@ env -i "HOME=$HOME" \ --underlaydir "$WC/underlay" \ --templatedir "$WC/templates" \ --no-discussion \ - --refresh \ --atom \ --rss \ --plugin template \ @@ -35,10 +34,13 @@ env -i "HOME=$HOME" \ --plugin inline \ --plugin sidebar \ --plugin table \ + --plugin mdwn \ --plugin creole \ $GITPLUGIN \ --disable-plugin openid \ --disable-plugin sandbox \ --disable-plugin passwordauth \ + --set multimarkdown=1 \ + --refresh \ "$WC/input" \ "$DEST" -- 2.20.1