Timothy J. Baek 8 months ago
parent
commit
5ba7bbdd98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/utils/katex-extension.ts

+ 1 - 1
src/lib/utils/katex-extension.ts

@@ -8,7 +8,7 @@ const DELIMITER_LIST = [
 	{ left: '\\(', right: '\\)', display: false },
 	{ left: '( ', right: ' )', display: false },
 	{ left: '\\[', right: '\\]', display: true },
-	{ left: '[', right: ']', display: true }
+	{ left: '[ ', right: ' ]', display: true }
 ];
 
 // const DELIMITER_LIST = [