Add Markdown file type configuration

This commit is contained in:
2026-01-31 14:41:44 +01:00
parent afb7aac60e
commit 15f1b22f3b

View File

@@ -60,6 +60,20 @@
"contentTypes": [
"public.plain-text"
]
},
{
"ext": [
"md"
],
"name": "Markdown Document",
"description": "Markdown document",
"mimeType": "text/markdown",
"role": "Editor",
"rank": "Default",
"contentTypes": [
"net.daringfireball.markdown",
"public.plain-text"
]
}
]
}