From 768f44a55bf757abe1bfc0829de301ade964354e Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 5 Nov 2022 23:41:46 -0400 Subject: Create new MD blog post and retidy I updated tidy so each file got a nice update along with the actual update --- 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 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 -- cgit v1.2.3-54-g00ecf