From 2ac5242495fa8bda51342bd04d1f9aba762dcbf1 Mon Sep 17 00:00:00 2001 From: pux Date: Fri, 20 Aug 2021 12:35:29 +0200 Subject: update md2html: no self-contained htmls! --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index bff70fe..d5af6af 100755 --- a/update.sh +++ b/update.sh @@ -8,7 +8,8 @@ do filename_wo_ext=$(echo "$i" | cut -f 1 -d '.') if [ $filename_wo_ext != "template" ] && [ $filename_wo_ext != "INDEX_template" ] then - pandoc $i -s --highlight-style pygments --css=style.css --self-contained -t html5 -o $filename_wo_ext.html + #pandoc $i -s --highlight-style pygments --css=style.css --self-contained -t html5 -o $filename_wo_ext.html + pandoc $i -s --highlight-style pygments --css=style.css -t html5 -o $filename_wo_ext.html if [ $filename_wo_ext != "INDEX" ] then -- cgit v1.2.2-1-g5e49