hello
Hello
This is my first Docusaurus document!
Here's some exploration of what Docusaurus can do with MD(X)...
#
Imported code blocksapp.js
function sayHello(name) { console.log('Hello', name);}
#
Tabs- Apple
- Orange
- Banana
This is an apple 🍎 (and standard Markdown features **still** _work_?)
This is an orange 🍊
app.js
function sayHello(name) { console.log('Hello', name);}