Markdown Features
Markdown heading
Markdown text with links
src/components/HelloDocusaurus.js
function HelloDocusaurus() {
return <h1>Hello, Docusaurus!</h1>;
}
console.log('Every repo must come with a mascot.');
command
npm run server
high light code block
function HighlightSomeText(highlight) {
if (highlight) {
return 'This text is highlighted!';
}
return 'Nothing highlighted';
}
function HighlightMoreText(highlight) {
if (highlight) {
return 'This range is highlighted!';
}
return 'Nothing highlighted';
}
My note
pepitoSome content with Markdown syntax. Check this api.
tip
Some content with Markdown syntax. Check this api.
info
Some content with Markdown syntax. Check this api.
warning
Some content with Markdown syntax. Check this api.
danger
Some content with Markdown syntax. Check this api.
- Apple
- Orange
- Banana
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
- Apple
- Orange
- Banana
- Other-Banana
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
This is another banana 🍌🍌