diff --git a/docs/_includes/nav/examples.html b/docs/_includes/nav/examples.html index c2e2b301..c7bef5ad 100644 --- a/docs/_includes/nav/examples.html +++ b/docs/_includes/nav/examples.html @@ -48,18 +48,22 @@
- Select2's default matcher will ignore diacritics, making it easier for - users to filter results in international selects. Type "aero" into the - select below. -
- -- -
-- Select2 supports displaying the messages in different languages, as well - as providing your own - custom messages - that can be displayed. -
- -
- The language does not have to be defined when Select2 is being
- initialized, but instead can be defined in the [lang]
- attribute of any parent elements as [lang="es"]
.
-
- -
-+ Select2 supports displaying the messages in different languages, as well + as providing your own + custom messages + that can be displayed. +
+ +
+ The language does not have to be defined when Select2 is being
+ initialized, but instead can be defined in the [lang]
+ attribute of any parent elements as [lang="es"]
.
+
+ +
+@@ -842,6 +809,37 @@ $(".js-example-theme-multiple").select2({ $(".js-example-rtl").select2({ dir: "rtl" }); + + +
+ Select2's default matcher will ignore diacritics, making it easier for + users to filter results in international selects. Type "aero" into the + select below. +
+ ++ +
+