File tree Expand file tree Collapse file tree 4 files changed +1779
-699
lines changed
Expand file tree Collapse file tree 4 files changed +1779
-699
lines changed Original file line number Diff line number Diff line change 22sidebar_position : 1
33---
44
5- ### Lorem ipsum
5+ # Introduction
6+
7+ ## Lorem ipsum
68
79``` python hello.py
810# mark[22:30]
Original file line number Diff line number Diff line change 1515 },
1616 "dependencies" : {
1717 "@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 " ,
2020 "@mdx-js/react" : " ^2.1.1" ,
2121 "clsx" : " ^1.1.1" ,
22- "docusaurus-theme-mdx-v2" : " ^0.1.1 " ,
22+ "docusaurus-theme-mdx-v2" : " ^0.1.2 " ,
2323 "prism-react-renderer" : " ^1.3.1" ,
2424 "react" : " ^17.0.2" ,
2525 "react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "build" : " lerna run --stream build" ,
1313 "build:lib" : " lerna run --stream --scope @*/mdx build" ,
14+ "watch" : " lerna run --stream --scope @*/mdx watch" ,
1415 "build:playground" : " lerna run --stream --scope playground build" ,
1516 "test" : " lerna run --stream test" ,
1617 "dev" : " lerna run --stream --scope @*/mdx dev" ,
You can’t perform that action at this time.
0 commit comments