mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Use callout without custom Jekyll plugin.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% comment %} allowed: info danger warning {% endcomment %}
|
||||
{% assign css_class = include.type | default: "info" %}
|
||||
<div class="bd-callout bd-callout-{{ css_class }}">
|
||||
{{ include.content | markdownify }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user