Markdown Features in Docusaurus
· 2 min read
Hey,there is a test docs.
#
TabsTabs 组件 👇
- Apple
- Orange
- Banana
This is an apple 🍎,may should call "爱疯"
This is an orange 🍊
This is a banana 🍌
#
Language Tabs不得不说的是,三种语言,Java 最呆(重)
- JavaScript
- Python
- Java
function helloWorld() { console.log("Hello, world!");}
def hello_world(): print 'Hello, world!'
class HelloWorld { public static void main(String args[]) { System.out.println("Hello, World"); }}
#
Interactive code editor#
显示当前时间Live Editor
Result
SyntaxError: Unexpected token (1:8) 1 : return () ^
#
修改样式Code Blocks with JSX,U can change it then display reaction.
你可以尝试修改 style
属性的值,然后查看发生了什么变化 🍳
Live Editor
Result
SyntaxError: Unexpected token (1:8) 1 : return () ^
That's all