diff options
author | Bill <bill@billserver.senders.io> | 2022-11-05 23:41:46 -0400 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2022-11-05 23:41:46 -0400 |
commit | 768f44a55bf757abe1bfc0829de301ade964354e (patch) | |
tree | a45e3a82fb65f926c37eda89b407ae7b4f46e4a5 /compile-md.sh | |
parent | 3c055d4d579a0b78a9a9ebc622cec32037e958ac (diff) |
Create new MD blog post and retidy
I updated tidy so each file got a nice update along with the actual
update
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 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 |