Sha256: 99bf224ebfe15b84ef57f9b8fcc462e88a1305509cf04e7fe0f4d9a4d440d262
Contents?: true
Size: 351 Bytes
Versions: 44
Compression:
Stored size: 351 Bytes
Contents
{%- comment -%} Usage: {% include callout.html content=callout type="type" %}, where content is a capture with the content and type is one of: info (default), danger, warning {%- endcomment -%} {%- assign css_class = include.type | default: "info" -%} <div class="bd-callout bd-callout-{{ css_class }}"> {{- include.content | markdownify -}} </div>
Version data entries
44 entries across 44 versions & 2 rubygems