File tree 4 files changed +1779
-699
lines changed
4 files changed +1779
-699
lines changed Original file line number Diff line number Diff line change 2
2
sidebar_position : 1
3
3
---
4
4
5
- ### Lorem ipsum
5
+ # Introduction
6
+
7
+ ## Lorem ipsum
6
8
7
9
``` python hello.py
8
10
# mark[22:30]
Original file line number Diff line number Diff line change 15
15
},
16
16
"dependencies" : {
17
17
"@code-hike/mdx" : " ^0.6.2" ,
18
- "@docusaurus/core" : " 2.0.0-beta.18 " ,
19
- "@docusaurus/preset-classic" : " 2.0.0-beta.18 " ,
18
+ "@docusaurus/core" : " 2.0.0-rc.1 " ,
19
+ "@docusaurus/preset-classic" : " 2.0.0-rc.1 " ,
20
20
"@mdx-js/react" : " ^2.1.1" ,
21
21
"clsx" : " ^1.1.1" ,
22
- "docusaurus-theme-mdx-v2" : " ^0.1.1 " ,
22
+ "docusaurus-theme-mdx-v2" : " ^0.1.2 " ,
23
23
"prism-react-renderer" : " ^1.3.1" ,
24
24
"react" : " ^17.0.2" ,
25
25
"react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " lerna run --stream build" ,
13
13
"build:lib" : " lerna run --stream --scope @*/mdx build" ,
14
+ "watch" : " lerna run --stream --scope @*/mdx watch" ,
14
15
"build:playground" : " lerna run --stream --scope playground build" ,
15
16
"test" : " lerna run --stream test" ,
16
17
"dev" : " lerna run --stream --scope @*/mdx dev" ,
You can’t perform that action at this time.
0 commit comments