You can now add alert messages. This is especially useful for knowledge base articles.
How it looks like
This is a warning message.
This is an informational message without a title.
This is an success message without a title.
This is an red message colored.
Usage
::warning(Warning Title)
This is a warning message.
::
::info
This is an informational message without a title.
::
::success
This is an success message without a title.
::
::danger(Dangerous title)
This is an red message colored.
::
5 months ago