lib/github/markup/markdown.rb in github-markup-1.4.7 vs lib/github/markup/markdown.rb in github-markup-1.4.8

- old
+ new

@@ -3,10 +3,10 @@ module GitHub module Markup class Markdown < Implementation MARKDOWN_GEMS = { "commonmarker" => proc { |content| - CommonMarker.render_html(content, :DEFAULT, [:tagfilter, :autolink, :table, :strikethrough]) + CommonMarker.render_html(content, :GITHUB_PRE_LANG, [:tagfilter, :autolink, :table, :strikethrough]) }, "github/markdown" => proc { |content| GitHub::Markdown.render(content) }, "redcarpet" => proc { |content|