From 761fa9665617f9732f8fc3e023b0f64ff993f0d5 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Mon, 7 Sep 2026 11:57:27 -0400 Subject: [PATCH] Print message when file is converted --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 4bec610..4f20abb 100755 --- a/build.sh +++ b/build.sh @@ -203,6 +203,8 @@ convert_file() { unset metadata meta_key meta_value meta_array path_for_output + echo "Converted ${file_to_conv}" + } md_to_html() {