Add markdown type for text/xml

As it's an alternative mime-type for XML
This commit is contained in:
Ivan Lazar Miljenovic 2017-10-05 14:32:06 +11:00
parent 63d8f6c0f3
commit 061bf7a5b1

View File

@ -647,6 +647,7 @@ markdown api = unlines $
case (M.mainType mime_type, M.subType mime_type) of
("text", "html") -> "html"
("application", "xml") -> "xml"
("text", "xml") -> "xml"
("application", "json") -> "javascript"
("application", "javascript") -> "javascript"
("text", "css") -> "css"