Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 991 Bytes

000.md

File metadata and controls

26 lines (20 loc) · 991 Bytes

https://github.com/fzankl/docsify-plugin-flexible-alerts

[!TIP|style:flat|label:My own heading|iconVisibility:hidden] An alert of type 'tip' using alert specific style 'flat' which overrides global style 'callout'. In addition, this alert uses an own heading and hides specific icon.

Note

An alert of type 'note' using global style 'callout'.

Tip

An alert of type 'tip' using global style 'callout'.

Warning

An alert of type 'warning' using global style 'callout'.

[!ATTENTION] An alert of type 'attention' using global style 'callout'.

Key Allowed value
style One of follwowing values: callout, flat
label Any text
icon A valid Font Awesome icon, e.g. 'fas fa-comment'
className A name of a CSS class which specifies the look and feel
labelVisibility One of follwowing values: visible (default), hidden
iconVisibility One of follwowing values: visible (default), hidden