rails / marcel

Find the mime type of files, examining file, filename and declared type
Apache License 2.0
386 stars 67 forks source link

Fix markdown file reporting to conform with IANA ->text/markdown #55

Closed Andy-H-Nguyen closed 3 years ago

Andy-H-Nguyen commented 3 years ago

Part of fix for https://github.com/rails/marcel/issues/48.

This fixes the markdown reporting for https://www.iana.org/assignments/media-types/media-types.xhtml

Previously MD files would be classified as text/x-web-markdown. This is restored to text/markdown as according to the v0.3.3 revision.

file v0.3.3 type a525d5b type
markdown.md text/markdown text/x-web-markdown
gmcgibbon commented 3 years ago

Thanks!