Issues helper included to markdown helper
This commit is contained in:
parent
16c720fd96
commit
9e8a818696
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ module Gitlab
|
|||
# >> gfm(":trollface:")
|
||||
# => "<img alt=\":trollface:\" class=\"emoji\" src=\"/images/trollface.png" title=\":trollface:\" />
|
||||
module Markdown
|
||||
include IssuesHelper
|
||||
|
||||
attr_reader :html_options
|
||||
|
||||
# Public: Parse the provided text with GitLab-Flavored Markdown
|
||||
|
|
Loading…
Reference in a new issue