From 00f6066f31818238f06c625c64fc14b0a6f13a05 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sun, 18 Mar 2018 14:15:26 +0100 Subject: [PATCH] add mime --- libs/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/utils.c b/libs/utils.c index b54b8c0..7ecef2b 100644 --- a/libs/utils.c +++ b/libs/utils.c @@ -29,6 +29,7 @@ static mime_t _mimes[] = { {"image/bmp",(const char *[]){"bmp",NULL},1}, {"image/jpeg",(const char *[]){"jpg","jpeg",NULL},1}, {"text/css",(const char *[]){"css",NULL},0}, + {"text/markdown",(const char *[]){"md",NULL},0}, {"text/csv",(const char *[]){"csv",NULL},0}, {"application/pdf",(const char *[]){"pdf",NULL},1}, {"image/gif",(const char *[]){"gif",NULL},1},