Skip to content

Commit

Permalink
Move Markdown extensions from text/plain (#13)
Browse files Browse the repository at this point in the history
* Move Markdown extensions from text/plain

* Regenerate data for markdown changes
  • Loading branch information
alsemyonov authored and halostatue committed Aug 12, 2018
1 parent 6d93c62 commit bea8628
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
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 mjs
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 @@ -207,6 +207,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 @@ -274,8 +278,6 @@
- in
- list
- log
- markdown
- md
- rst
- text
- textile
Expand Down

0 comments on commit bea8628

Please sign in to comment.