Timothy J. Baek 8 tháng trước cách đây
mục cha
commit
5ba7bbdd98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: false },
 	{ left: '( ', right: ' )', display: false },
 	{ left: '\\[', right: '\\]', display: true },
 	{ left: '\\[', right: '\\]', display: true },
-	{ left: '[', right: ']', display: true }
+	{ left: '[ ', right: ' ]', display: true }
 ];
 ];
 
 
 // const DELIMITER_LIST = [
 // const DELIMITER_LIST = [