Issues helper included to markdown helper

This commit is contained in:
Andrew8xx8 2013-02-12 15:37:33 +04:00
parent 16c720fd96
commit 9e8a818696

View file

@ -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