summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-07 05:46:11 +0000
committerEvan Read <eread@gitlab.com>2018-11-07 05:46:11 +0000
commit4068d46078faaa97acbfbe33cc7663db6d1c831a (patch)
tree77ebc6962d27e25a1b7f99888e15f773ccb50bfd
parentcf8fe12b7b3a24082db47f71c80b01e62e391f32 (diff)
parent4299f2b13cee4a3a0cbe462bce149ccb6bd6f8c6 (diff)
downloadgitlab-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.md2
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>