Skip to content

Commit 9dee875

Browse files
silvenondougwilson
authored andcommitted
Add text/mdx with extension .mdx
closes jshttp#160
1 parent ea6aefd commit 9dee875

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
unreleased
2+
==========
3+
4+
* Add `text/mdx` with extension `.mdx`
5+
16
1.39.0 / 2019-04-04
27
===================
38

db.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7149,6 +7149,10 @@
71497149
"source": "nginx",
71507150
"extensions": ["mml"]
71517151
},
7152+
"text/mdx": {
7153+
"compressible": true,
7154+
"extensions": ["mdx"]
7155+
},
71527156
"text/mizar": {
71537157
"source": "iana"
71547158
},

src/custom-types.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,14 @@
743743
"https://tools.ietf.org/html/rfc7763"
744744
]
745745
},
746+
"text/mdx": {
747+
"compressible": true,
748+
"extensions": ["mdx"],
749+
"notes": "JSX in Markdown",
750+
"sources": [
751+
"https://github.com/mdx-js/specification"
752+
]
753+
},
746754
"text/n3": {
747755
"compressible": true,
748756
"sources": [

0 commit comments

Comments
 (0)