fix content warning indentation

This commit is contained in:
vleermuis-admin 2026-06-16 12:08:53 +02:00
commit ef1693c4db

View file

@ -182,9 +182,9 @@ This is a much more free form section without a specific rigid style guide at th
- Use a content warning if anything may be triggering. Content warnings must be specific to the subject matter. Do not use the term "NSFW". Here is an example of how to write a content warning:
```html
<details>
<summary>Content warning: Genocide</summary>
Content discussing genocide goes here.
</details>
```
```html
<details>
<summary>Content warning: Genocide</summary>
Content discussing genocide goes here.
</details>
```