Starting Latex tests.
This commit is contained in:
parent
14c092b9fa
commit
e35f6cebec
7 changed files with 164 additions and 9 deletions
|
@ -22,7 +22,8 @@ const DEFAULT_SETTINGS = {
|
|||
"check_for_updates": true,
|
||||
"reset_redo_stack": true,
|
||||
"last_install_greet": "0",
|
||||
"enable_latex": false,
|
||||
"enable_latex": true,
|
||||
"enable_latex_async": true,
|
||||
"expression_editor": {
|
||||
"autoclose": true,
|
||||
"colorize": true,
|
||||
|
|
|
@ -22,10 +22,7 @@ const PIXEL = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAA3bvkkAAAACklEQVR4AWNgAAAAA
|
|||
|
||||
export class MockLatex {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
get supportsAsyncRender() {
|
||||
return true
|
||||
this.supportsAsyncRender = true
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue