Content type mapping for markdown
Since it is now officially registered. See: https://tools.ietf.org/html/rfc7763
This commit is contained in:
parent
d19b874db3
commit
3b262b1b3b
|
|
@ -161,6 +161,8 @@ namespace Microsoft.AspNetCore.StaticFiles
|
|||
{ ".man", "application/x-troff-man" },
|
||||
{ ".manifest", "application/x-ms-manifest" },
|
||||
{ ".map", "text/plain" },
|
||||
{ ".markdown", "text/markdown" },
|
||||
{ ".md", "text/markdown" },
|
||||
{ ".mdb", "application/x-msaccess" },
|
||||
{ ".mdp", "application/octet-stream" },
|
||||
{ ".me", "application/x-troff-me" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue