aboutsummaryrefslogtreecommitdiff
path: root/www/nanoblogger/files/patch-plugins__entry__format__markdown.sh
blob: 454d16323c8bca202668c288564de3e39f37b717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./plugins/entry/format/markdown.sh	2010-02-14 21:42:17.000000000 +0100
+++ ./plugins/entry/format/markdown.sh	2011-07-01 21:31:22.000000000 +0200
@@ -5,7 +5,7 @@
 : ${MARKDOWN_CMD:=markdown}
 : ${MARKDOWN_OPTS:= }
 
-nb_eval "$MARKDOWN_CMD" && MARKDOWN_INPATH=true
+nb_eval "$MARKDOWN_CMD -v" && MARKDOWN_INPATH=true
 	
 if [ "$MARKDOWN_INPATH" = "true" ]; then
 	# nb_msg "$plugins_entryfilteraction `basename $nb_plugin` ..."