Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
132c1c7c4d4d
Commit
132c1c7c
authored
Jul 03, 2018
by
Reuben Pereira
Browse files
Correct the comment above the Project.markdown_reference_pattern method
parent
ece893bcdd81
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
132c1c7c
...
...
@@ -460,8 +460,8 @@
'>'
end
# Pattern used to extract `project>` project references from text
# (?!\w) matches any non-word character
# Pattern used to extract `
namespace/
project>` project references from text
.
# (?!\w) matches any non-word character
.
# '>' or its escaped form ('>') are checked for because '>' is sometimes escaped
# when the reference comes from an external source.
def
markdown_reference_pattern
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment