Skip to content

Commit

Permalink
Merge branch 'rmd-part-two'
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Oct 18, 2018
2 parents d8048ae + c45c7e6 commit cf042f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/markup/markdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Markdown < Implementation
def initialize
super(
/md|mkdn?|mdwn|mdown|markdown|litcoffee/i,
["Markdown", "RMarkdown", "Literate CoffeeScript"])
["Markdown", "Literate CoffeeScript"])
end

def load
Expand Down

0 comments on commit cf042f2

Please sign in to comment.