File size: 756 Bytes
d1ceb73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "title": "MathJax Plugin",
  "description": "MathJax math renderer for JupyterLab",
  "jupyter.lab.menus": {
    "context": [
      {
        "type": "separator",
        "selector": ".MathJax",
        "rank": 12
      },
      {
        "command": "mathjax:clipboard",
        "selector": ".MathJax",
        "rank": 13
      },
      {
        "command": "mathjax:scale",
        "selector": ".MathJax",
        "rank": 13
      },
      {
        "command": "mathjax:scale",
        "selector": ".MathJax",
        "rank": 13,
        "args": {
          "scale": 1.5
        }
      },
      {
        "type": "separator",
        "selector": ".MathJax",
        "rank": 13
      }
    ]
  },
  "additionalProperties": false,
  "type": "object"
}