File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
14/umbraco-cms/fundamentals/data/defining-content
15/umbraco-cms/fundamentals/data/defining-content Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -220,12 +220,13 @@ You can embed images by using this syntax:
220220
221221<summary ><strong >Collapsible description</strong ></summary >
222222
223- You can make the description collapsible by adding ` -- ` on its own line :
223+ You can make the description collapsible by using this syntax :
224224
225225``` md
226- This is initially shown
227- --
228- This is initially hidden
226+ <details>
227+ <summary>This is displayed</summary>
228+ This is hidden.
229+ </details>
229230```
230231
231232</details >
Original file line number Diff line number Diff line change @@ -220,12 +220,13 @@ You can embed images by using this syntax:
220220
221221<summary ><strong >Collapsible description</strong ></summary >
222222
223- You can make the description collapsible by adding ` -- ` on its own line :
223+ You can make the description collapsible by using this syntax :
224224
225225``` md
226- This is initially shown
227- --
228- This is initially hidden
226+ <details>
227+ <summary>This is displayed</summary>
228+ This is hidden.
229+ </details>
229230```
230231
231232</details >
You can’t perform that action at this time.
0 commit comments