...

Text file src/github.com/alecthomas/chroma/v2/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: github.com/alecthomas/chroma/v2/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report to help us improve
     4title: ''
     5labels: ''
     6assignees: ''
     7
     8---
     9
    10**Describe the bug**
    11
    12A clear and concise description of what the bug is. Screenshots are often helpful here.
    13
    14Do *NOT* just paste a link to other issues on GitHub.
    15
    16**To Reproduce**
    17
    18Either:
    19
    201. Reproduce your issue in the [Chroma Playground](https://swapoff.org/chroma/playground/), then click the _copy_ icon to copy a shareable link for your issue. Consider using `[markdown links](URL)` to minimise the visual noise of the links.
    212. Provide input text and a command-line invocation of `chroma` that reproduces your problem. eg. For Hugo this might be something like `chroma -s monokailight --html --html-lines --html-lines-table --html-inline-styles <source>`
    22
    23Do *NOT* provide configuration for another tool (eg. Hugo). My time is limited and if you want me to fix your issue, help me help you.

View as plain text