diff options
author | Evan Read <eread@gitlab.com> | 2018-11-07 05:46:11 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-07 05:46:11 +0000 |
commit | 4068d46078faaa97acbfbe33cc7663db6d1c831a (patch) | |
tree | 77ebc6962d27e25a1b7f99888e15f773ccb50bfd | |
parent | cf8fe12b7b3a24082db47f71c80b01e62e391f32 (diff) | |
parent | 4299f2b13cee4a3a0cbe462bce149ccb6bd6f8c6 (diff) | |
download | gitlab-ce-4068d46078faaa97acbfbe33cc7663db6d1c831a.tar.gz |
Merge branch 'patch-31' into 'master'
Little typo in markdown.md
See merge request gitlab-org/gitlab-ce!22851
-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> |