diff options
| author | Patrick H. Lauke <[email protected]> | 2016-02-17 10:22:48 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2016-02-17 10:53:50 +0000 |
| commit | 40aee9325da27b479e2a907345edccde55fd05ec (patch) | |
| tree | 29c8298b58955f24b9485b93b114024ffe9939fe /docs/content | |
| parent | bfe3c590dfbbfe97bb25f2a9405c59d380309d58 (diff) | |
| download | bootstrap-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/content')
| -rw-r--r-- | docs/content/tables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/tables.md b/docs/content/tables.md index 80bbbf854..01ec2239a 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -420,6 +420,9 @@ Use contextual classes to color table rows or individual cells. </table> </div> +{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %} +{{ callout-include | markdownify }} + {% highlight html %} <!-- On rows --> <tr class="table-active">...</tr> |
