summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-02-09 15:43:45 +0000
committerRegis <boudinot.regis@yahoo.com>2017-02-14 14:40:15 -0700
commita4fda9f8687c55d19661d7f1fdecbef04a6e7754 (patch)
tree1aa1d4d21bf6470c226a0fdc039f3f023911df18
parent50d66b6300e078750a4328c5265bf1f71750e7ec (diff)
downloadgitlab-ce-a4fda9f8687c55d19661d7f1fdecbef04a6e7754.tar.gz
Merge branch 'dm-copy-as-gfm-anchor-link' into 'master'
Correctly transform an anchor link to GFM when copying it See merge request !9080
-rw-r--r--app/assets/javascripts/copy_as_gfm.js.es63
-rw-r--r--spec/features/copy_as_gfm_spec.rb2
2 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/javascripts/copy_as_gfm.js.es6 b/app/assets/javascripts/copy_as_gfm.js.es6
index 2bfe57b4100..4bd537a6f28 100644
--- a/app/assets/javascripts/copy_as_gfm.js.es6
+++ b/app/assets/javascripts/copy_as_gfm.js.es6
@@ -91,6 +91,9 @@ require('./lib/utils/common_utils');
},
},
SanitizationFilter: {
+ 'a[name]:not([href]):empty'(el, text) {
+ return el.outerHTML;
+ },
'dl'(el, text) {
let lines = text.trim().split('\n');
// Add two spaces to the front of subsequent list items lines,
diff --git a/spec/features/copy_as_gfm_spec.rb b/spec/features/copy_as_gfm_spec.rb
index f3a5b565122..fec86128d03 100644
--- a/spec/features/copy_as_gfm_spec.rb
+++ b/spec/features/copy_as_gfm_spec.rb
@@ -251,6 +251,8 @@ describe 'Copy as GFM', feature: true, js: true do
'SanitizationFilter',
<<-GFM.strip_heredoc
+ <a name="named-anchor"></a>
+
<sub>sub</sub>
<dl>