Skip to content

Commit

Permalink
Fix typo in render_markdown method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 27, 2023
1 parent 9ff7d3c commit bd9f3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def severity_class(severity)
end

def render_markdown(str)
CommonMarker.render_html(str, :GITHUB_PRE_LANG, [:tagfilter, :autolink, :table, :strikethrough])
Commonmarker.render_html(str, :GITHUB_PRE_LANG, [:tagfilter, :autolink, :table, :strikethrough])
end

def meta_title
Expand Down

0 comments on commit bd9f3ee

Please sign in to comment.