From 51ff37cb088aa142b086325ded84e84ea7c0abb6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 11 Dec 2024 00:51:23 +0800 Subject: [PATCH] Makefile: --preserve-tabs --- Makefile | 2 +- diff --git a/Makefile b/Makefile index df8e0c2b85681d513782a3b7b6a9a0086b52f7e3..3411a2b3298658ae61f4d7c24cd7aa3ea3e26009 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ .SUFFIXES: .md .html build/%.html: %.md mkdir -p build - pandoc --mathml -so $@ -c style.css $< + pandoc --preserve-tabs --mathml -so $@ -c style.css $< build/%.css: %.css mkdir -p build -- 2.48.1