From 7726e085be032884b855ae20f45a316460f93ec8 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 6 Jan 2023 21:31:24 -0500 Subject: Published new blogs, RSS, and Music Blog! --- compile-md.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile-md.sh') 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 -- cgit v1.2.3-54-g00ecf