File tree 1 file changed +21
-3
lines changed
1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ assignees: ''
7
7
8
8
---
9
9
10
+ ** Replace the text below with the details of the issue you are facing.
11
+ DO NOT simply erase the form and type a free-form response.**
12
+ -----
13
+
10
14
### Issue Summary
11
15
12
16
A summary of the issue and the browser/OS environment in which it occurs. If
@@ -24,9 +28,23 @@ do you expect to happen instead?
24
28
25
29
### Technical details:
26
30
27
- * MathJax Version: 2.3 (latest commit: f3aaf3a2a3e964df2770dc4aaaa9c87ce5f47e2c)
28
- * Client OS: Mac OS X 10.8.4
29
- * Browser: Chrome 29.0.1547.57
31
+ * MathJax Version: 3.2
32
+ * Client OS: (e.g., Mac OS X 10.8.4)
33
+ * Browser: (e.g., Chrome 29.0.1547.57)
34
+
35
+ I am using the following MathJax configuration:
36
+
37
+ ``` js
38
+ MathJax = {
39
+ ...
40
+ };
41
+ ```
42
+
43
+ and loading MathJax via
44
+
45
+ ``` html
46
+ <script src =" https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" ></script >
47
+ ```
30
48
31
49
### Supporting information:
32
50
You can’t perform that action at this time.
0 commit comments