parent
16b5417842
commit
2bc78739a7
3 changed files with 36 additions and 7 deletions
|
@ -27,6 +27,10 @@ class Redcarpet::Render::GitlabHTML < Redcarpet::Render::HTML
|
|||
HTML
|
||||
end
|
||||
|
||||
def link(link, title, content)
|
||||
h.link_to_gfm(content, link, title: title)
|
||||
end
|
||||
|
||||
def postprocess(full_document)
|
||||
h.gfm(full_document)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue