Fix #34: add .markdown file extension

This commit is contained in:
Paddy Xu
2017-06-22 18:50:32 +03:00
parent 8eff090e9f
commit a0712e4727

View File

@@ -41,6 +41,7 @@ namespace QuickLook.Plugin.MarkdownViewer
switch (Path.GetExtension(path).ToLower())
{
case ".markdown":
case ".md":
case ".rmd":
return true;