2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Revert "Use h5 for callouts so that they are not included in ToC."

This reverts commit 11da160114.

This is no longer needed with jekyll-toc 0.9.1.
This commit is contained in:
XhmikosR
2018-11-28 19:49:34 +02:00
parent 0b96d62fb3
commit 24eb9a75e9
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ $(document).off('.alert.data-api')
{% endhighlight %}
{% capture callout %}
##### Selectors
## Selectors
Currently to query DOM elements we use the native methods `querySelector` and `querySelectorAll` for performance reasons, so you have to use [valid selectors](https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier).
If you use special selectors, for example: `collapse:Example` be sure to escape them.