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 fd0f898 commit fcca10cCopy full SHA for fcca10c
src/controllers/Document/View.php
@@ -52,7 +52,7 @@ public function run(Router &$router) {
52
case "htm": case "html": case "":
53
$view = new DocumentViewHtmlView();
54
break;
55
- case "txt":
+ case "md": case "txt":
56
$view = new DocumentViewPlainView();
57
58
default:
0 commit comments