commit c6fc4e61a3b46b1de0483d0334ee00a950b7fc0f
parent 3591b663a0c33feefc236b6aba13e1c808dcafc1
Author: Byron Torres <b@torresjrjr.com>
Date: Wed, 28 Oct 2020 14:56:35 +0000
Disable pandoc v2.11 new default CSS for HTML
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pdssg b/pdssg
@@ -177,6 +177,7 @@ process_files() {
-f markdown -t html \
$md_file -o $new_filepath \
-M lang:en \
+ -M document-css=false \
--standalone \
--template=./_templates/main.html \
-H ./_includes/meta.html \