diff --git a/sw.conf b/sw.conf index 6dd00e4..ce3c194 100644 --- a/sw.conf +++ b/sw.conf @@ -6,4 +6,4 @@ SUBTITLE="--force" # Site subtitle BL="index.html images favicon.ico favicon.png robots.txt minds.txt" # Black list STYLE="style.css" # Stylesheet name # External apps -MDHANDLER="/usr/local/bin/blackfriday-tool" # md handler +MDHANDLER="pandoc -f md -t html" # md handler