diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-04-30 16:13:33 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-04-30 16:35:27 -0400 |
commit | 242bebc13483c281af8bd2e0e9f6d7346997481e (patch) | |
tree | 39f56351f1dc6866d8701f93dbc975c006e2fed1 /spec/fixtures/markdown.md.erb | |
parent | 0027c2ddd78942e7fc266f68ccfdb17e2a525554 (diff) | |
download | gitlab-ce-242bebc13483c281af8bd2e0e9f6d7346997481e.tar.gz |
Remove special handling for the `'` problem
While `escape_once` will create this HTML entity, Nokogiri always
translates it back before it gets to IssueReferenceFilter, so there
should be no danger of erroneous issue links.
Diffstat (limited to 'spec/fixtures/markdown.md.erb')
-rw-r--r-- | spec/fixtures/markdown.md.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/fixtures/markdown.md.erb b/spec/fixtures/markdown.md.erb index b00fc099b4d..0c140758557 100644 --- a/spec/fixtures/markdown.md.erb +++ b/spec/fixtures/markdown.md.erb @@ -138,7 +138,6 @@ References should be parseable even inside _!<%= merge_request.iid %>_ emphasis. - Issue: #<%= issue.iid %> - Issue in another project: <%= xref %>#<%= xissue.iid %> -- Ignores HTML entities: TODO:' - Ignored in code: `#<%= issue.iid %>` - Ignored in links: [Link to #<%= issue.iid %>](#issue-link) |