Top Level Namespace

Defined Under Namespace

Modules: JekyllGFMAdmonitions

Constant Summary collapse

ADMONITION_ICONS =
{
  'important' => 'report',
  'note' => 'info',
  'tip' => 'light-bulb',
  'warning' => 'alert',
  'caution' => 'stop'
}.freeze