Commit 16fdd83b authored by Phil Hughes's avatar Phil Hughes

Merge branch '257198-align-recognized-markdown-extensions-with-file-icon' into 'master'

Resolve "Align recognized markdown extensions with file icon"

Closes #257198

See merge request gitlab-org/gitlab!43479
parents 8205fc6c 5c186697
......@@ -9,6 +9,12 @@ const fileExtensionIcons = {
'md.rendered': 'markdown',
markdown: 'markdown',
'markdown.rendered': 'markdown',
mdown: 'markdown',
'mdown.rendered': 'markdown',
mkd: 'markdown',
'mkd.rendered': 'markdown',
mkdn: 'markdown',
'mkdn.rendered': 'markdown',
rst: 'markdown',
blink: 'blink',
css: 'css',
......
---
title: Add markdown icon to more file extensions
merge_request: 43479
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment