mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 18:00:59 +00:00
Merge pull request #428 from sharelatex/as-remove-rt
Remove rich text from OSS
This commit is contained in:
commit
3e65d6ff59
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