Notice
The Notice component (components/content/Notice.vue
) is created to highlight some part of the text.
It supports 4 color modes:
- default (gray)
- info (blue)
- note (yellow)
- warning (red)
Usage
Default:
::notice
Your notice text
::
Result:
Your notice text
Info:
::notice{info}
Your info text
::
Result:
Your info text
Note:
::notice{note}
Your note text
::
Result:
Your note text
Warning:
::notice{warning}
Your warning text
::
Result:
Your warning text