From 11da1601140174e4fa4e0e25e7f66fc21c08e927 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 11 Nov 2018 12:07:42 +0200 Subject: [PATCH] Use `h5` for callouts so that they are not included in ToC. Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included. We should revisit this if the bug is fixed later. --- site/_includes/callout-danger-async-methods.md | 2 +- site/docs/4.1/components/forms.md | 2 +- site/docs/4.1/components/popovers.md | 4 ++-- site/docs/4.1/components/scrollspy.md | 4 ++-- site/docs/4.1/components/tooltips.md | 2 +- site/docs/4.1/getting-started/javascript.md | 2 +- site/docs/4.1/utilities/colors.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/site/_includes/callout-danger-async-methods.md b/site/_includes/callout-danger-async-methods.md index 083f28f238..951ba76ccf 100644 --- a/site/_includes/callout-danger-async-methods.md +++ b/site/_includes/callout-danger-async-methods.md @@ -1,5 +1,5 @@ {% capture callout %} -#### Asynchronous methods and transitions +##### Asynchronous methods and transitions All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**. diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index 29f7fc10bc..1ea3e1a4d3 100644 --- a/site/docs/4.1/components/forms.md +++ b/site/docs/4.1/components/forms.md @@ -737,7 +737,7 @@ By default, browsers will treat all native form controls (``, `