Refactor code

This commit is contained in:
Sauli Anto
2019-10-01 23:11:51 +03:00
parent 5011fe40b0
commit f89affbc3f
8 changed files with 126 additions and 116 deletions

View File

@@ -3,5 +3,9 @@
'use strict';
module.exports = {
extends: 'ckeditor5'
};
extends: 'ckeditor5',
globals: {
'MathJax': true,
'katex': true
}
};