aboutsummaryrefslogtreecommitdiff
path: root/docs/components/list-group.md
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-02-17 10:22:48 +0000
committerPatrick H. Lauke <[email protected]>2016-02-17 10:53:50 +0000
commit40aee9325da27b479e2a907345edccde55fd05ec (patch)
tree29c8298b58955f24b9485b93b114024ffe9939fe /docs/components/list-group.md
parentbfe3c590dfbbfe97bb25f2a9405c59d380309d58 (diff)
downloadbootstrap-40aee9325da27b479e2a907345edccde55fd05ec.tar.xz
bootstrap-40aee9325da27b479e2a907345edccde55fd05ec.zip
- Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
Diffstat (limited to 'docs/components/list-group.md')
-rw-r--r--docs/components/list-group.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md
index db339c824..8b3b9cd88 100644
--- a/docs/components/list-group.md
+++ b/docs/components/list-group.md
@@ -104,6 +104,9 @@ Use contextual classes to style list items, default or linked. Also includes `.a
</div>
{% endexample %}
+{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %}
+{{ callout-include | markdownify }}
+
## Custom content
Add nearly any HTML within, even for linked list groups like the one below.