From 3583265f80afa081bf7a1fe996a9b3fe3c4e32e0 Mon Sep 17 00:00:00 2001
From: meleu <meleu@users.noreply.github.com>
Date: Mon, 04 Apr 2022 20:30:23 +0000
Subject: [PATCH] docs: warn about possible lost of customization
---
layouts/partials/katex.html | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html
index 4670c69..e11c4f1 100644
--- a/layouts/partials/katex.html
+++ b/layouts/partials/katex.html
@@ -8,8 +8,6 @@
delimiters: [
{left: '$$', right: '$$', display: true},
{left: '$', right: '$', display: false},
- {left: '\\(', right: '\\)', display: false},
- {left: '\\[', right: '\\]', display: true}
],
throwOnError : false
});
--
Gitblit v1.10.0