diff --git a/allure-python-commons/src/allure_commons/types.py b/allure-python-commons/src/allure_commons/types.py index 43b8d5ed..9efa6c2a 100644 --- a/allure-python-commons/src/allure_commons/types.py +++ b/allure-python-commons/src/allure_commons/types.py @@ -46,6 +46,7 @@ def __init__(self, mime_type, extension): URI_LIST = ("text/uri-list", "uri") HTML = ("text/html", "html") + MARKDOWN = ("text/markdown", "md") XML = ("application/xml", "xml") JSON = ("application/json", "json") YAML = ("application/yaml", "yaml")