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.
1 parent 1c1c086 commit d41a9e1Copy full SHA for d41a9e1
lib/github/markup/implementation.rb
@@ -21,7 +21,7 @@ def match?(filename)
21
22
private
23
def file_ext_regexp
24
- @file_ext_regexp ||= /\.(#{regexp})\z/i
+ @file_ext_regexp ||= /\.(#{regexp})\z/
25
end
26
27
lib/github/markup/markdown.rb
@@ -25,7 +25,7 @@ class Markdown < Implementation
}
def initialize
28
- super(/md|rmd|mkdn?|mdwn|mdown|markdown|litcoffee/)
+ super(/md|rmd|mkdn?|mdwn|mdown|markdown|litcoffee/i)
29
30
31
def load
0 commit comments