Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ideawu committed Apr 26, 2015
1 parent 6b24f24 commit bb8492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_doc.php
Expand Up @@ -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);

Expand Down

0 comments on commit bb8492c

Please sign in to comment.