2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

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.
This commit is contained in:
XhmikosR
2018-11-11 12:07:42 +02:00
parent cb2b21bb88
commit 11da160114
7 changed files with 9 additions and 9 deletions
@@ -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**.