commit 73e7975081bdb48097ba029fe39c1ba0537b0d9b
parent f527127a38490009d909eeaab38a3fe09f68b027
Author: Byron Torres <b@torresjrjr.com>
Date: Sat, 11 Jun 2022 04:33:12 +0100
Preserve tabs and do not wrap
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pdssg b/pdssg
@@ -191,6 +191,8 @@ process_files() {
-M lang:en \
-M document-css=false \
--standalone \
+ --wrap=none \
+ --preserve-tabs \
--template=./_templates/main.html \
-H ./_includes/meta.html \
-B ./_includes/header.html \