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:")
|
# >> gfm(":trollface:")
|
||||||
# => "<img alt=\":trollface:\" class=\"emoji\" src=\"/images/trollface.png" title=\":trollface:\" />
|
# => "<img alt=\":trollface:\" class=\"emoji\" src=\"/images/trollface.png" title=\":trollface:\" />
|
||||||
module Markdown
|
module Markdown
|
||||||
|
include IssuesHelper
|
||||||
|
|
||||||
attr_reader :html_options
|
attr_reader :html_options
|
||||||
|
|
||||||
# Public: Parse the provided text with GitLab-Flavored Markdown
|
# Public: Parse the provided text with GitLab-Flavored Markdown
|
||||||
|
|
Loading…
Reference in a new issue