You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/highlighting-bug-report.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,21 @@ assignees: ''
13
13
- Plugins: [a list of plugins you are using or 'none']
14
14
15
15
<!--
16
-
Does the problem still occur in the latest version of Prism?
17
-
You can check using the [test page](https://prismjs.com/test.html) or get the latest version at the [download page](https://prismjs.com/download.html).
16
+
Please verify that the problem still occurs in the latest version of Prism.
17
+
18
+
You can check this using the [test page](https://prismjs.com/test.html) or by getting the latest version at our [download page](https://prismjs.com/download.html).
18
19
-->
19
20
20
21
**Description**
21
22
A clear and concise description of what is being highlighted incorrectly and how it should be highlighted instead. Add screenshots to illustrate the problem.
22
23
23
24
**Code snippet**
24
25
26
+
<!--
27
+
Please add a link to the [test page](https://prismjs.com/test.html) that reproduces your issue (hover over "Share" and insert the link below).
28
+
-->
29
+
[Test page]()
30
+
25
31
<details>
26
32
<summary>The code being highlighted incorrectly.</summary>
0 commit comments