mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Use callout without custom Jekyll plugin.
This commit is contained in:
@@ -7,9 +7,10 @@ group: getting-started
|
||||
|
||||
We've designed and developed Bootstrap to work in a number of environments. Here are some of the best practices we've gathered from years of working on and using it ourselves.
|
||||
|
||||
{% callout info %}
|
||||
{% capture callout %}
|
||||
**Heads up!** This copy is a work in progress.
|
||||
{% endcallout %}
|
||||
{% endcapture %}
|
||||
{% include callout.html content=callout type="info" %}
|
||||
|
||||
### General outline
|
||||
|
||||
|
||||
Reference in New Issue
Block a user