mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
Fix #34: add .markdown file extension
This commit is contained in:
@@ -41,6 +41,7 @@ namespace QuickLook.Plugin.MarkdownViewer
|
||||
|
||||
switch (Path.GetExtension(path).ToLower())
|
||||
{
|
||||
case ".markdown":
|
||||
case ".md":
|
||||
case ".rmd":
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user