Code snippet in Git issue comment spoiler requires a useless new line

Try 0:
<details>
<summary>Click this to collapse/fold.</summary>

```
PASTE LOGS HERE
```
</details>
Click this to collapse/fold.
PASTE LOGS HERE

works but not:

Try 1:
<details>
<summary>Click this to collapse/fold.</summary>
```
PASTE LOGS HERE
```
</details>
Click this to collapse/fold. ``` PASTE LOGS HERE ```

Note that <summary> does not seem mandatory, as it defaults to Details.

Related to Benjamin-Loison/gitea/issues/65 and Improve_websites_thanks_to_open_source/issues/884.

+288

Before raising an issue to the GitLab issue tracker, please read through our guide for finding help to determine the best place to post:

If you are experiencing an issue when using GitLab.com, your first port of call should be the Community Forum. Your issue may have already been reported there by another user. Please check:

If you feel that your issue can be categorized as a reproducible bug or a feature proposal, please use one of the issue templates provided and include as much information as possible.

Thank you for helping to make GitLab a better product.

Edited by Benjamin Loison