From 56ecbfe4eba27641a081ca3087dc1b94dd714b33 Mon Sep 17 00:00:00 2001 From: Harrison <53527582+HTV04@users.noreply.github.com> Date: Sun, 18 Feb 2024 23:52:28 -0500 Subject: [PATCH] Update pages HTML generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a4d90d..f10aa01 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all: root pages # Pages pages: root/images root/index.html root/%.html: src/pages/%.md root - pandoc $< -f markdown -s -t html -o $@ + pandoc $< -f markdown --wrap=none -t html -s -o $@ root/images: root cp -r src/pages/images root/images