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 |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html
index f6477f8..e11c4f1 100644
--- a/layouts/partials/katex.html
+++ b/layouts/partials/katex.html
@@ -5,15 +5,10 @@
 <script>
   document.addEventListener("DOMContentLoaded", function() {
     renderMathInElement(document.body, {
-      // customised options
-      // • auto-render specific keys, e.g.:
       delimiters: [
         {left: '$$', right: '$$', display: true},
         {left: '$', right: '$', display: false},
-        {left: '\\(', right: '\\)', display: false},
-        {left: '\\[', right: '\\]', display: true}
       ],
-      // • rendering keys, e.g.:
       throwOnError : false
     });
   });

--
Gitblit v1.10.0