Skip to content

Commit 600692a

Browse files
committed
Merge commit '77f42d6e4' into develop
2 parents e75730b + 77f42d6 commit 600692a

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ assignees: ''
77

88
---
99

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+
1014
### Issue Summary
1115

1216
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?
2428

2529
### Technical details:
2630

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+
```
3048

3149
### Supporting information:
3250

0 commit comments

Comments
 (0)