summaryrefslogtreecommitdiff
path: root/publish.md
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2025-05-11 17:41:05 +0200
committeryctct <yctct@yctct.com>2025-05-11 17:41:39 +0200
commitbdb97663d1f69559262ba8d25a396f901959e866 (patch)
tree2a891c81a14296a8c3d7f3db75753c92a36bb860 /publish.md
parent2dde7ef4fd30ea7140767d69348289fca4eaaa4b (diff)
Remove commented out lines
Diffstat (limited to 'publish.md')
-rw-r--r--publish.md2
1 files changed, 0 insertions, 2 deletions
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 \