mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-07-17 00:44:32 +02:00
fix content warning indentation
This commit is contained in:
parent
71cc731929
commit
ef1693c4db
1 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue