From bb8492c721656fdf3a80a5d50d809606f8f55894 Mon Sep 17 00:00:00 2001 From: ideawu Date: Sun, 26 Apr 2015 18:55:20 +0800 Subject: [PATCH] update --- gen_doc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_doc.php b/gen_doc.php index ce1f983..47ffa91 100644 --- a/gen_doc.php +++ b/gen_doc.php @@ -76,7 +76,7 @@ function gen_doc($file, $output_dir, $template=null, $base_url=''){ } } - $cmd = "python -m markdown -x tables -x fenced_code -x headerid $file"; + $cmd = "python -m markdown.__main__ -x tables -x fenced_code -x headerid $file"; exec($cmd, $result, $retval); $markdown['html'] = join("\n", $result);