Skip to content

Commit 22465b0

Browse files
committed
Prettier
1 parent 48d4d44 commit 22465b0

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"title": "MathJax 3 Plugin",
3-
"description": "MathJax 3 math renderer for JupyterLab",
4-
"jupyter.lab.menus": {
5-
"context": [
6-
{
7-
"type": "separator",
8-
"selector": ".jp-Notebook .jp-Cell",
9-
"rank": 12
10-
},
11-
{
12-
"command": "mathjax:clipboard",
13-
"selector": ".MathJax",
14-
"rank": 13
15-
},
16-
{
17-
"command": "mathjax:scale",
18-
"selector": ".MathJax",
19-
"rank": 13
20-
},
21-
{
22-
"command": "mathjax:scale",
23-
"selector": ".MathJax",
24-
"rank": 13,
25-
"args": {
26-
"scale": 1.5
27-
}
28-
},
29-
{
30-
"type": "separator",
31-
"selector": ".jp-Notebook .jp-Cell",
32-
"rank": 13
33-
}
34-
]
2+
"title": "MathJax 3 Plugin",
3+
"description": "MathJax 3 math renderer for JupyterLab",
4+
"jupyter.lab.menus": {
5+
"context": [
6+
{
7+
"type": "separator",
8+
"selector": ".jp-Notebook .jp-Cell",
9+
"rank": 12
3510
},
36-
"additionalProperties": false,
37-
"type": "object"
38-
}
11+
{
12+
"command": "mathjax:clipboard",
13+
"selector": ".MathJax",
14+
"rank": 13
15+
},
16+
{
17+
"command": "mathjax:scale",
18+
"selector": ".MathJax",
19+
"rank": 13
20+
},
21+
{
22+
"command": "mathjax:scale",
23+
"selector": ".MathJax",
24+
"rank": 13,
25+
"args": {
26+
"scale": 1.5
27+
}
28+
},
29+
{
30+
"type": "separator",
31+
"selector": ".jp-Notebook .jp-Cell",
32+
"rank": 13
33+
}
34+
]
35+
},
36+
"additionalProperties": false,
37+
"type": "object"
38+
}

0 commit comments

Comments
 (0)