feat(v2): enable JSX in markdown using MDX (#1263)

* feat(v2): enable JSX in markdown

* reformat docs

* chore(v2): nits

* remove dummy test

* include .mdx extension

* add syntax highlighting with prismjs
This commit is contained in:
Endilie Yacop Sucipto 2019-03-08 01:02:47 +08:00 committed by GitHub
parent 801453fae6
commit 643addb729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 661 additions and 234 deletions

View file

@ -6,11 +6,8 @@
*/
.loader {
width: 100%;
height: 49px;
position: fixed;
padding: 20px;
text-align: center;
top: 35%;
}
.loaderSpinning {