diff --git a/etiquette/constants.py b/etiquette/constants.py index 8e129b7..89efb10 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -191,7 +191,9 @@ ADDITIONAL_MIMETYPES = { 'mkv': 'video/x-matroska', 'ass': 'text/plain', + 'md': 'text/plain', 'nfo': 'text/plain', + 'rst': 'text/plain', 'srt': 'text/plain', }