Commit 9e8a818696f3b3538b93a306d6e8d3ce5973ece0
1 parent
16c720fd
Exists in
master
and in
4 other branches
Issues helper included to markdown helper
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
lib/gitlab/markdown.rb
... | ... | @@ -25,6 +25,8 @@ module Gitlab |
25 | 25 | # >> gfm(":trollface:") |
26 | 26 | # => "<img alt=\":trollface:\" class=\"emoji\" src=\"/images/trollface.png" title=\":trollface:\" /> |
27 | 27 | module Markdown |
28 | + include IssuesHelper | |
29 | + | |
28 | 30 | attr_reader :html_options |
29 | 31 | |
30 | 32 | # Public: Parse the provided text with GitLab-Flavored Markdown | ... | ... |