diff options
author | luci <gitlab@luciash.cz> | 2018-11-06 21:40:14 +0000 |
---|---|---|
committer | luci <gitlab@luciash.cz> | 2018-11-06 21:40:14 +0000 |
commit | 4299f2b13cee4a3a0cbe462bce149ccb6bd6f8c6 (patch) | |
tree | bddd782f423eb1fade8288e0c29ac750d3c59f96 | |
parent | 173c6ca1e8925d69e9aba88c8331096521d3f388 (diff) | |
download | gitlab-ce-4299f2b13cee4a3a0cbe462bce149ccb6bd6f8c6.tar.gz |
Little typo in markdown.md
-rw-r--r-- | doc/user/markdown.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md index 96a509c4b21..93aa41e9a98 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -774,7 +774,7 @@ These details <em>will</em> remain <strong>hidden</strong> until expanded. </details> </p> -**Note:** Markdown inside these tags is supported, as long as you have a blank link after the `</summary>` tag and before the `</details>` tag, as shown in the example. _Redcarpet does not support Markdown inside these tags. You can work around this by using HTML, for example you can use `<pre><code>` tags instead of [code fences](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/markdown.md#code-and-syntax-highlighting)._ +**Note:** Markdown inside these tags is supported, as long as you have a blank line after the `</summary>` tag and before the `</details>` tag, as shown in the example. _Redcarpet does not support Markdown inside these tags. You can work around this by using HTML, for example you can use `<pre><code>` tags instead of [code fences](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/markdown.md#code-and-syntax-highlighting)._ ```html <details> |