first commit
This commit is contained in:
7
resources/assets/vendor/libs/quill/katex.js
vendored
Normal file
7
resources/assets/vendor/libs/quill/katex.js
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import katex from 'katex/dist/katex';
|
||||
|
||||
try {
|
||||
window.katex = katex;
|
||||
} catch (e) {}
|
||||
|
||||
export { katex };
|
Reference in New Issue
Block a user