This commit is contained in:
2022-02-09 17:48:48 +01:00
parent f9be035816
commit dcc165dfae

View File

@@ -79,12 +79,13 @@ Chaque ligne est un ***enregistrement***. La première ligne définit les ***att
```
<details>
<summary>Title</summary>
Hidden Content
<summary markdown="span">This is the summary text, click me to expand</summary>
This is the detailed text.
We can still use markdown, but we need to take the additional step of using the `parse_block_html` option as described in the [Mix HTML + Markdown Markup section](#mix-html--markdown-markup).
You can learn more about expected usage of this approach in the [GitLab UI docs](https://gitlab-org.gitlab.io/gitlab-ui/?path=/story/base-collapse--default) though the solution we use above is specific to usage in markdown.
</details>
```