diff options
Diffstat (limited to 'compile-md.sh')
-rwxr-xr-x | compile-md.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile-md.sh b/compile-md.sh index 5b5580c..e0277eb 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 -f fencedcode $in >> $out +markdown -f fencedcode -f autolink $in >> $out if [ $1 == "blog" ]; then cat templates/blog-footer.html >> $out |