From 2c8af81586db3d715853d7894625683c0ae8153d Mon Sep 17 00:00:00 2001 From: mjfernez Date: Mon, 22 Jul 2024 23:46:12 -0400 Subject: Make pandoc use main.css --- panupdate | 1 + 1 file changed, 1 insertion(+) (limited to 'panupdate') diff --git a/panupdate b/panupdate index 26063c0..fdbcb2b 100755 --- a/panupdate +++ b/panupdate @@ -10,6 +10,7 @@ do echo "Saved "$file" to "$newfile pandoc -s --toc --toc-depth=6 \ --ascii -V toc-title:"Contents" \ + --css ../../static/main.css \ -f markdown-smart $file -t html -o $newfile python update_targets.py $newfile fi -- cgit v1.2.3