summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 1302352..281ea19 100755
--- a/build.sh
+++ b/build.sh
@@ -8,8 +8,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 \