mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02:00
Remove rich text from OSS
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import CodeMirror, { Doc } from 'codemirror'
|
||||
|
||||
import LatexMode from './ide/editor/codemirror/LatexMode'
|
||||
|
||||
export function init (rootEl) {
|
||||
CodeMirror.defineMode('latex', () => new LatexMode())
|
||||
CodeMirror.defineMIME('application/x-tex', 'latex')
|
||||
CodeMirror.defineMIME('application/x-latex', 'latex')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user