How to add spacing to list or enum without affecting linespacing?

@Jarko, please read How to post in the Questions category.

When creating a topic in Questions, there should be no reason to post an image of the code the question is about, instead it needs to be included using instructions from the linked post above. If you need to show an output, then it must be inserted by itself without unnecessary information like source code.


Sometimes it’s also useful to add details block or “Hide Details” from the post composer dropdown menu with the gear icon.

[details="Summary"]
This text will be hidden
[/details]

Or the HTML tag:

<details><summary>Summary</summary>

Big image or code block

```typ
```

</details>
1 Like