Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Markdown extensions from text/plain #13

Merged
merged 2 commits into from
Aug 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/mime-types.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions data/mime.content_type.column
Original file line number Diff line number Diff line change
Expand Up @@ -1780,12 +1780,12 @@ text/grammar-ref-list
text/html html htm htmlx shtml htx
text/javascript js
text/jcr-cnd
text/markdown
text/markdown markdown md mkd
text/mizar
text/n3 n3
text/parameters
text/parityfec
text/plain txt asc c cc h hh cpp hpp dat hlp conf def doc in list log markdown md rst text textile
text/plain txt asc c cc h hh cpp hpp dat hlp conf def doc in list log rst text textile
text/provenance-notation
text/prs.fallenstein.rst rst
text/prs.lines.tag dsc
Expand Down Expand Up @@ -1882,7 +1882,7 @@ video/jpm jpgm jpm
video/MJ2 mj2 mjp2
video/MP1S
video/MP2P
video/MP2T ts
video/MP2T ts mts m2ts cpi clpi mpl mpls bdm
video/mp4 mp4 mpg4 f4v f4p mp4v
video/MP4V-ES
video/mpeg mp2 mp3g mpe mpeg mpg m1v m2v
Expand Down
6 changes: 4 additions & 2 deletions types/text.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@
- !ruby/object:MIME::Type
content-type: text/markdown
encoding: quoted-printable
extensions:
- markdown
- md
- mkd
xrefs: !ruby/object:MIME::Types::Container
rfc:
- rfc7763
Expand Down Expand Up @@ -270,8 +274,6 @@
- in
- list
- log
- markdown
- md
- rst
- text
- textile
Expand Down