š Other magic usage that may need to be used in markdown.
1 Note
š Input
1 | {% note default %} |
šÆ Output
default note
primary note
success note
info note
warning note
danger note
2 Tabs
š Input
1 | {% tabs tab,1 %} The name is tab, which defaults to the first tab. If it is -1, it will be hidden. |
šÆ Output
This is tab 1.
This is tab 2.
This is tab A, change the default name to A.
3 Label
š Input
1 | {% label default@default %} |
šÆ Output
default primary success info warning danger