summaryrefslogtreecommitdiff
path: root/compile-md.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile-md.sh')
-rwxr-xr-xcompile-md.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile-md.sh b/compile-md.sh
index 547408b..5b5580c 100755
--- a/compile-md.sh
+++ b/compile-md.sh
@@ -27,7 +27,7 @@ pclass=$(echo "$title" | tr [:upper:] [:lower:])
sed -i "s/PAGE_TITLE/$title/" $out # replace title
sed -i "s/PAGE_CLASS/$pclass/" $out # replace class
-markdown $in >> $out
+markdown -f fencedcode $in >> $out
if [ $1 == "blog" ]; then
cat templates/blog-footer.html >> $out