mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 01:10:52 +01:00
i found out how to nest MD in html
This commit is contained in:
parent
39eefe333d
commit
ee84e3b64e
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -17,7 +17,15 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Paste the logs
|
label: Paste the logs
|
||||||
description: 💥 Paste the logs below ([Guide](https://github.com/upscayl/upscayl/wiki/Guide#logs))
|
description: 💥 Paste the logs below ([Guide](https://github.com/upscayl/upscayl/wiki/Guide#logs))
|
||||||
render: sh
|
value: |
|
||||||
|
<details><summary>Logs</summary>
|
||||||
|
|
||||||
|
```sh
|
||||||
|
<!-- 📃 PASTE THE LOG BELOW THIS LINE! -->
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user