mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
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:
parent
801453fae6
commit
643addb729
10 changed files with 661 additions and 234 deletions
|
@ -6,11 +6,8 @@
|
|||
*/
|
||||
|
||||
.loader {
|
||||
width: 100%;
|
||||
height: 49px;
|
||||
position: fixed;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
top: 35%;
|
||||
}
|
||||
|
||||
.loaderSpinning {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue