From 93a1f2f75a35eedad71ff87d2bace95673bbecbd Mon Sep 17 00:00:00 2001 From: Jon Froehlich Date: Mon, 15 Apr 2024 06:35:45 -0700 Subject: [PATCH] Shifted all mathjax to left align --- _includes/head_custom.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 73f4326..b59852b 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -8,6 +8,9 @@ data.math = data.math.replace(/^% $/, ''); }); }); + MathJax.Hub.Config({ + displayAlign: 'left' + });