WIP - add extractor, generate snippet_data
This commit is contained in:
29
node_modules/prismjs/.github/ISSUE_TEMPLATE/highlighting-bug-report.md
generated
vendored
Normal file
29
node_modules/prismjs/.github/ISSUE_TEMPLATE/highlighting-bug-report.md
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Highlighting bug report
|
||||
about: Does Prism highlight parts of your code incorrectly or is a language feature
|
||||
not supported?
|
||||
title: ''
|
||||
labels: language-definitions
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Information**
|
||||
- Language: [e.g. C++, JavaScript, YAML, etc.]
|
||||
- Plugins: [a list of plugins you are using or 'none']
|
||||
|
||||
Does the problem still occur in the latest version of Prism? 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).
|
||||
|
||||
**Description**
|
||||
A clear and concise description of what is being highlighted incorrectly and how it should be highlighted instead. Add screenshots to illustrate the problem.
|
||||
|
||||
**Code snippet**
|
||||
|
||||
<details>
|
||||
<summary>The code being highlighted incorrectly.</summary>
|
||||
|
||||
```
|
||||
Your code goes here
|
||||
```
|
||||
|
||||
</details>
|
||||
Reference in New Issue
Block a user