Skip to content

Commit 0756210

Browse files
committed
feat: markdown attachment type
1 parent d420cff commit 0756210

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • allure-python-commons/src/allure_commons

allure-python-commons/src/allure_commons/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def __init__(self, mime_type, extension):
4646
URI_LIST = ("text/uri-list", "uri")
4747

4848
HTML = ("text/html", "html")
49+
MARKDOWN = ("text/markdown", "md")
4950
XML = ("application/xml", "xml")
5051
JSON = ("application/json", "json")
5152
YAML = ("application/yaml", "yaml")

0 commit comments

Comments
 (0)