Testing
by:
haotian2006Testing some stuff aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
TIP
variant="tip"
. Use this to provide a cool tip. CAUTION
Aside variant="caution"
. Use this to warn people of potential issues.
DANGER
Aside variant="danger"
. Use this to tell people not to do something.
INFO
variant="info"
. Use this to provide extra secret sauce. info with code block
text = "info with code block"
Collapsible block
collapsed = "false"
Collapsed block
collapsed = "true"
Nested code block
<Aside variant="caution">
Aside `variant="caution"`. Use this to warn people of potential issues.
</Aside>
CAUTION
Aside variant="caution"
. Use this to warn people of potential issues.
Large Heading
text
Smaller Heading
local function myFunc(x)
return x
end