summaryrefslogtreecommitdiff
path: root/doc/scripts/create-mime.conf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scripts/create-mime.conf.pl')
-rwxr-xr-xdoc/scripts/create-mime.conf.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/scripts/create-mime.conf.pl b/doc/scripts/create-mime.conf.pl
index 5a9b3be3..ba5fddf3 100755
--- a/doc/scripts/create-mime.conf.pl
+++ b/doc/scripts/create-mime.conf.pl
@@ -9,9 +9,12 @@ use strict;
# text/html IS NOT INCLUDED: html has its own method for defining charset
# (<meta>), but the standards specify that content-type in HTTP wins over
# the setting in the html document.
+# text/markdown doesn't have an official default charset, but requires
+# one being specified - it seems reasonable to hardcode it to UTF-8
my %text_utf8 = map { $_ => 1 } qw(
css
csv
+ markdown
plain
x-bibtex
x-boo