@@ -77,12 +77,12 @@ for implementing this feature.
77
77
** Good libraries need great docs** , so we’ve been working on adding content and
78
78
improving the overall documentation website experience.
79
79
80
- * [ Search (thanks Algolia)] ( https://mobile.twitter.com/4lpine/status/1114270174096412672 )
81
- * [ Guides] ( /guides/ )
82
- * [ Automatic deployment via ZEIT] ( https://zeit.co )
83
- * [ Custom Gatsby theme] ( https://gatsbyjs.org )
84
- * Reorganization of docs for intuitiveness
85
- * Full page rewrites to improve clarity
80
+ * [ Search (thanks Algolia)] ( https://mobile.twitter.com/4lpine/status/1114270174096412672 )
81
+ * [ Guides] ( /guides/ )
82
+ * [ Automatic deployment via ZEIT] ( https://zeit.co )
83
+ * [ Custom Gatsby theme] ( https://gatsbyjs.org )
84
+ * Reorganization of docs for intuitiveness
85
+ * Full page rewrites to improve clarity
86
86
87
87
Special thanks to [ @jxnblk ] ( https://github.com/jxnblks ) and
88
88
[ @wooorm ] ( https://github.com/wooorm ) for their help improving the docs and
@@ -97,12 +97,12 @@ The community has evolved and we’ve come up with newer, better ideas over the
97
97
last year.
98
98
We have made sure the impact is small and have written a full migration guide.
99
99
100
- * 🚨` @mdx-js/tag ` is replaced by ` @mdx-js/react ` and an ` @mdx ` pragma
101
- — [ migration guide] ( /migrating/v1#pragma )
102
- * MDXProvider now merges component contexts when nested
103
- — [ migration guide] ( /migrating/v1#mdxprovider )
104
- * React support now requires ` >= 16.8 ` in ` @mdx-js/react `
105
- — [ migration guide] ( /migrating/v1#react )
100
+ * 🚨` @mdx-js/tag ` is replaced by ` @mdx-js/react ` and an ` @mdx ` pragma
101
+ — [ migration guide] ( /migrating/v1#pragma )
102
+ * MDXProvider now merges component contexts when nested
103
+ — [ migration guide] ( /migrating/v1#mdxprovider )
104
+ * React support now requires ` >= 16.8 ` in ` @mdx-js/react `
105
+ — [ migration guide] ( /migrating/v1#react )
106
106
107
107
[ Read the full v1 migration guide] ( /migrating/v1 )
108
108
@@ -123,11 +123,11 @@ We’ve also seen projects/products/application we never even imagined.
123
123
124
124
### Numbers
125
125
126
- * ** Downloads** : 125,000/week, 2.4M total
127
- * ** Stars** : 6,200
128
- * ** Contributors** : 50
129
- * ** Pull requests** : 281
130
- * ** Commits** : 670
126
+ * ** Downloads** : 125,000/week, 2.4M total
127
+ * ** Stars** : 6,200
128
+ * ** Contributors** : 50
129
+ * ** Pull requests** : 281
130
+ * ** Commits** : 670
131
131
132
132
The contributor growth is one of the most important aspects here as we have
133
133
numerous community members that are familiar with MDX internals.
@@ -138,30 +138,30 @@ against an ever growing team of contributors.
138
138
139
139
### Ecosystem
140
140
141
- * [ Prettier] ( https://prettier.io )
142
- * [ Docz] ( https://docz.site )
143
- * [ MDX Deck] ( https://github.com/jxnblk/mdx-deck )
144
- * [ Next.js] ( https://nextjs.org )
145
- * [ Gatsby] ( https://gatsbyjs.org )
146
- * [ AST Explorer] ( https://astexplorer.net )
147
- * [ Vue support (alpha)] ( /docs/getting-started/#vue )
148
- * [ Demoboard] ( https://frontarm.com/demoboard/ )
149
- * [ Editors] ( /docs/getting-started/#editor )
141
+ * [ Prettier] ( https://prettier.io )
142
+ * [ Docz] ( https://docz.site )
143
+ * [ MDX Deck] ( https://github.com/jxnblk/mdx-deck )
144
+ * [ Next.js] ( https://nextjs.org )
145
+ * [ Gatsby] ( https://gatsbyjs.org )
146
+ * [ AST Explorer] ( https://astexplorer.net )
147
+ * [ Vue support (alpha)] ( /docs/getting-started/#vue )
148
+ * [ Demoboard] ( https://frontarm.com/demoboard/ )
149
+ * [ Editors] ( /docs/getting-started/#editor )
150
150
151
151
## 🛣 Roadmap
152
152
153
153
With v1 released we have a roadmap in place that we’ll continue working towards
154
154
over the next 6 months or so in addition to bug fixes and parsing issues we
155
155
might encounter.
156
156
157
- * MDXs: [ #454 ] ( https://github.com/mdx-js/mdx/issues/454 )
158
- * Interleaving: [ #195 ] ( https://github.com/mdx-js/mdx/issues/195 )
159
- * Global shortcodes: [ #508 ] ( https://github.com/mdx-js/mdx/pull/508 )
160
- * Stable Vue support: [ #238 ] ( https://github.com/mdx-js/mdx/issues/238 )
161
- * Blocks: MDX WYSIWYG: [ blocks/blocks] ( https://github.com/blocks/blocks )
162
- * MDX playground inspired by AST Explorer: [ #220 ] ( https://github.com/mdx-js/mdx/issues/220 )
163
- * New splash page: [ #444 ] ( https://github.com/mdx-js/mdx/issues/444 )
164
- * Showcase page: [ #414 ] ( https://github.com/mdx-js/mdx/issues/414 )
157
+ * MDXs: [ #454 ] ( https://github.com/mdx-js/mdx/issues/454 )
158
+ * Interleaving: [ #195 ] ( https://github.com/mdx-js/mdx/issues/195 )
159
+ * Global shortcodes: [ #508 ] ( https://github.com/mdx-js/mdx/pull/508 )
160
+ * Stable Vue support: [ #238 ] ( https://github.com/mdx-js/mdx/issues/238 )
161
+ * Blocks: MDX WYSIWYG: [ blocks/blocks] ( https://github.com/blocks/blocks )
162
+ * MDX playground inspired by AST Explorer: [ #220 ] ( https://github.com/mdx-js/mdx/issues/220 )
163
+ * New splash page: [ #444 ] ( https://github.com/mdx-js/mdx/issues/444 )
164
+ * Showcase page: [ #414 ] ( https://github.com/mdx-js/mdx/issues/414 )
165
165
166
166
### Vue support
167
167
@@ -196,11 +196,11 @@ dealing with many sources of content.
196
196
unified projects are used all over the web, and it would never be possible
197
197
without financial support from our fine sponsors.
198
198
199
- * [ ZEIT] ( https://zeit.co ) 🥇
200
- * [ Gatsby] ( https://gatsbyjs.org ) 🥇
201
- * [ Holloway] ( https://www.holloway.com ) 🥉
202
- * [ Backers] ( https://opencollective.com/unified#budget ) 🏆
203
- * [ You?] ( https://opencollective.com/unified ) 👤
199
+ * [ ZEIT] ( https://zeit.co ) 🥇
200
+ * [ Gatsby] ( https://gatsbyjs.org ) 🥇
201
+ * [ Holloway] ( https://www.holloway.com ) 🥉
202
+ * [ Backers] ( https://opencollective.com/unified#budget ) 🏆
203
+ * [ You?] ( https://opencollective.com/unified ) 👤
204
204
205
205
## 🙏 Thanks
206
206
0 commit comments