From bdb97663d1f69559262ba8d25a396f901959e866 Mon Sep 17 00:00:00 2001 From: yctct Date: Sun, 11 May 2025 17:41:05 +0200 Subject: Remove commented out lines --- publish.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'publish.md') diff --git a/publish.md b/publish.md index 57df721..4cd72ab 100644 --- a/publish.md +++ b/publish.md @@ -92,8 +92,6 @@ if [[ -z "$markdown_file" ]]; then exit 1 fi - # output_dir="$(dirname "$markdown_file")" - # output_file="$output_dir/${markdown_file%%.*}.html" output_file="${markdown_file%%.*}.html" pandoc "$markdown_file" -f markdown+hard_line_breaks \ -- cgit v1.2.3