forked from forgejo/forgejo
fix ext
This commit is contained in:
parent
de956c4776
commit
47234f1031
2 changed files with 6 additions and 2 deletions
|
@ -36,7 +36,7 @@ func isLink(link []byte) bool {
|
|||
func IsMarkdownFile(name string) bool {
|
||||
name = strings.ToLower(name)
|
||||
switch filepath.Ext(name) {
|
||||
case "md", "markdown", "mdown":
|
||||
case ".md", ".markdown", ".mdown":
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue