mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 07:21:39 +00:00
Remove rich text from OSS
This commit is contained in:
parent
f73c3c6e1d
commit
c6fd5daf02
1 changed files with 0 additions and 3 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue