Markdown Features.
H1
H2
H3
H4
- list
- list1-1
- list1-2
- list1-3
- list2
- list2-1
- number
- number1-1
- number1-2
- number2
- number2-1
test.js
function HelloCodeTitle(props) {
return <h1>Hello, {props.name}</h1>;
}
note
Some 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
.
caution
Some content with Markdown syntax
. Check this api
.
danger
Some content with Markdown syntax
. Check this api
.