1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00

i found out how to nest MD in html

This commit is contained in:
Aaron Liu 2023-12-02 12:38:37 -05:00 committed by GitHub
parent 39eefe333d
commit ee84e3b64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,15 @@ body:
attributes:
label: Paste the 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:
required: true