Skip to content

Commit 4919365

Browse files
committed
remove unnecessary backticks [skip ci]
1 parent da11008 commit 4919365

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,19 @@ A clear and concise description of what you expected to happen.
2323

2424
## Minimal reproducer
2525
If possible, please share the code for a MWE here so we can reproduce the bug.
26-
````
2726
```julia
2827
function foo end
2928
[...]
3029
```
31-
````
3230

3331
## Platform information
3432
Copy and paste the output of `versioninfo()` into a code block like this
35-
````
3633
```julia-repl
3734
julia> versioninfo()
3835
Julia Version 1.12.4
3936
Commit 01a2eadb04 (2026-01-06 16:56 UTC)
4037
[...]
4138
```
42-
````
4339

4440
## Additional context
4541
Add any other context about the problem here.

0 commit comments

Comments
 (0)