We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8048ae + c45c7e6 commit cf042f2Copy full SHA for cf042f2
lib/github/markup/markdown.rb
@@ -31,7 +31,7 @@ class Markdown < Implementation
31
def initialize
32
super(
33
/md|mkdn?|mdwn|mdown|markdown|litcoffee/i,
34
- ["Markdown", "RMarkdown", "Literate CoffeeScript"])
+ ["Markdown", "Literate CoffeeScript"])
35
end
36
37
def load
0 commit comments