From 73d608e40fcd153c3fbba82b42127c75a901e5b6 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sat, 3 Feb 2024 19:13:09 -0500 Subject: [PATCH] Removed unneccesary space :D --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 244679c..24d1d02 100755 --- a/build.sh +++ b/build.sh @@ -129,7 +129,7 @@ md_to_html() { path_for_output="$(dirname $path_for_output)/$(basename $path_for_output .md).html" # Convert the file (using the given filters), and place the output in the correct location - pandoc --lua-filter pandoc_filters/* -f markdown --wrap=preserve $BASE_PATH/temp/`basename $file` > ${path_for_output} + pandoc --lua-filter pandoc_filters/* -f markdown --wrap=preserve $BASE_PATH/temp/`basename $file` > ${path_for_output} rm $BASE_PATH/temp/* add_header_and_footer $path_for_output # Uses 'meta_array' array