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

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