diff options
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r-- | doc/user/markdown.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md index 430e050a110..666b0ce3500 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -1086,8 +1086,10 @@ These details <em>will</em> remain <strong>hidden</strong> until expanded. --- -Markdown inside these tags is supported as well, as long as you have a blank line -after the `</summary>` tag and before the `</details>` tag, as shown in the example: +Markdown inside these tags is supported as well. + +Remember to leave a blank line after the `</summary>` tag and before the `</details>` tag, +as shown in the example: ````html <details> |