Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions 14/umbraco-cms/fundamentals/data/defining-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,13 @@ You can embed images by using this syntax:

<summary><strong>Collapsible description</strong></summary>

You can make the description collapsible by adding `--` on its own line:
You can make the description collapsible by using this syntax:

```md
This is initially shown
--
This is initially hidden
<details>
<summary>This is displayed</summary>
This is hidden.
</details>
```

</details>
Expand Down
9 changes: 5 additions & 4 deletions 15/umbraco-cms/fundamentals/data/defining-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,13 @@ You can embed images by using this syntax:

<summary><strong>Collapsible description</strong></summary>

You can make the description collapsible by adding `--` on its own line:
You can make the description collapsible by using this syntax:

```md
This is initially shown
--
This is initially hidden
<details>
<summary>This is displayed</summary>
This is hidden.
</details>
```

</details>
Expand Down
Loading