mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
Refactor code
This commit is contained in:
@@ -3,5 +3,9 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
extends: 'ckeditor5'
|
||||
};
|
||||
extends: 'ckeditor5',
|
||||
globals: {
|
||||
'MathJax': true,
|
||||
'katex': true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user