diff options
author | Valery Sizov <valery@gitlab.com> | 2017-03-07 13:42:45 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2017-03-07 13:42:45 +0200 |
commit | a8cf2e8d54d05771242fcad39277b270053f15b4 (patch) | |
tree | f17dc745f292924b230f0c11f53ba678fcb533a9 /spec/fixtures | |
parent | a0108c6925239aab8164c28851d19f5d01eb8321 (diff) | |
parent | ac9d792946deb17a402646e5481087e4d92f88ad (diff) | |
download | gitlab-ce-a8cf2e8d54d05771242fcad39277b270053f15b4.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/markdown.md.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/markdown.md.erb b/spec/fixtures/markdown.md.erb index f3e7c2d1a9f..0cdbc32431d 100644 --- a/spec/fixtures/markdown.md.erb +++ b/spec/fixtures/markdown.md.erb @@ -79,6 +79,11 @@ As permissive as it is, we've allowed even more stuff: <span>span tag</span> +<details> +<summary>Summary lines are collapsible:</summary> +Hiding the details until expanded. +</details> + <a href="#" rel="bookmark">This is a link with a defined rel attribute, which should be removed</a> <a href="javascript:alert('Hi')">This is a link trying to be sneaky. It gets its link removed entirely.</a> |