]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Minor Markdown consistency changes.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 26 Sep 2017 11:50:35 +0000 (14:50 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 26 Sep 2017 14:04:45 +0000 (17:04 +0300)
docs/4.0/about/history.md
docs/4.0/components/breadcrumb.md
docs/4.0/components/button-group.md
docs/4.0/components/popovers.md
docs/4.0/examples/index.md
docs/4.0/extend/icons.md
docs/4.0/extend/index.md
docs/4.0/getting-started/best-practices.md
docs/4.0/getting-started/browsers-devices.md
docs/4.0/getting-started/javascript.md
docs/4.0/migration.md

index 0b5de777654c5a11fa425712f69627cb3ce79499..b535f35d312706a3783f5baee15bd01a3732a858 100644 (file)
@@ -2,8 +2,7 @@
 layout: docs
 title: History
 description: A brief overview of the history of Bootstrap.
-redirect_from:
- - /docs/4.0/about/
+redirect_from: "/docs/4.0/about/"
 group: about
 ---
 
index 7a4b5f44efc7737b397cc77821c418e8d0b6296d..09ad73127775c8ef869a9dec403b4a073be4386b 100644 (file)
@@ -4,6 +4,7 @@ title: Breadcrumb
 description: Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS.
 group: components
 ---
+
 ## Overview
 
 Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content).
index 42c1cce1be19fb607bde1476d433259196b230b2..8fea3de901d977b84fb612703598695627abe43c 100644 (file)
@@ -25,6 +25,7 @@ In order for assistive technologies (such as screen readers) to convey that a se
 
 In addition, groups and toolbars should be given an explicit label, as most assistive technologies will otherwise not announce them, despite the presence of the correct role attribute. In the examples provided here, we use `aria-label`, but alternatives such as `aria-labelledby` can also be used.
 {% endcallout %}
+
 ## Button toolbar
 
 Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more.
index 47cc2d091e74169a3731f2cbd3aff0af686efeeb..0dbca96ff6898219218f1eac12be74c30e539abf 100644 (file)
@@ -151,7 +151,6 @@ $('.popover-dismiss').popover({
 {% endhighlight %}
 
 
-
 ## Usage
 
 Enable popovers via JavaScript:
@@ -306,7 +305,6 @@ Toggles an element's popover. **Returns to the caller before the popover has act
 
 Hides and destroys an element's popover. Popovers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
 
-
 {% highlight js %}$('#element').popover('dispose'){% endhighlight %}
 
 #### `.popover('enable')`
index bec2f014c6ea59f07d71c89fa188293e4397c151..344d5be300aca1b681fb9be166826aae53c7d7b8 100644 (file)
@@ -2,8 +2,7 @@
 layout: simple
 title: Examples
 description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts.
-redirect_from:
-  - /examples/
+redirect_from: "/examples/"
 ---
 
 [Download the Bootstrap source code]({{ site.download.source }}) to snag these examples.
index bebb04851e9abff4fb194ca6155f80ab2a33faa7..4b2e79fd66155a7f556959f442a08f867c7082b0 100644 (file)
@@ -8,6 +8,7 @@ group: extend
 Bootstrap doesn't include an icon library by default, but we have a handful of recommendations for you to choose from. While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support.
 
 ## Preferred
+
 We've tested and used these icon sets ourselves.
 
 - [Iconic](https://useiconic.com/open/)
@@ -15,6 +16,7 @@ We've tested and used these icon sets ourselves.
 - [Entypo](http://www.entypo.com/)
 
 ## More options
+
 While we haven't tried these out, they do look promising and provide multiple formats—including SVG.
 
 - [Bytesize](https://github.com/danklammer/bytesize-icons)
index 27ecfa3bb507a226c677e149c87d0ec9f28c4d6b..a87e064702bcc5a2df2b4d7b50b9464204681136 100644 (file)
@@ -3,4 +3,4 @@ layout: docs
 title: Extend
 ---
 
-todo: this entire page
\ No newline at end of file
+todo: this entire page
index 0e479251314e263a146a40839e9f7b5cb03c5819..feb751cabebef787614dfa2fa9a5270568e9f926 100644 (file)
@@ -12,6 +12,7 @@ We've designed and developed Bootstrap to work in a number of environments. Here
 {% endcallout %}
 
 ### General outline
+
 - Working with CSS
 - Working with Sass files
 - Building new CSS components
index 1cd4f24a3019837962322e663032ab88f7dc6523..6ffb73792ac5c9cdbb4bf097328a99523dbdb6eb 100644 (file)
@@ -125,6 +125,7 @@ The `.dropdown-backdrop` element isn't used on iOS in the nav because of the com
 Page zooming inevitably presents rendering artifacts in some components, both in Bootstrap and the rest of the web. Depending on the issue, we may be able to fix it (search first and then open an issue if need be). However, we tend to ignore these as they often have no direct solution other than hacky workarounds.
 
 ## Sticky `:hover`/`:focus` on mobile
+
 Even though real hovering isn't possible on most touchscreens, most mobile browsers emulate hovering support and make `:hover` "sticky". In other words, `:hover` styles start applying after tapping an element and only stop applying after the user taps some other element. On mobile-first sites, this behavior is normally undesirable.
 
 Bootstrap includes a workaround for this, although it is disabled by default. By setting `$enable-hover-media-query` to `true` when compiling from Sass, Bootstrap will use [mq4-hover-shim](https://github.com/twbs/mq4-hover-shim) to disable `:hover` styles in browsers that emulate hovering, thus preventing sticky `:hover` styles. There are some caveats to this workaround; see the shim's documentation for details.
index c29895f373c10941ed703b44d3bcbc4a0823a82f..9e080dc32585fbba8f078b924ae5df0e24d95042 100644 (file)
@@ -84,6 +84,7 @@ $('#myCarousel').carousel('2') // !! Will be ignored, as the transition to the s
 {% endhighlight %}
 
 ### Default settings
+
 You can change the default settings for a plugin by modifying the plugin's `Constructor.Default` object:
 
 {% highlight js %}
index 6242b142b7db954eeab06d2fc3b8c1216e01d20d..300d43dbd0df8580ccadcc5419f43e173bdd0e1f 100644 (file)
@@ -7,6 +7,7 @@ toc: true
 ---
 
 ## Beta 2 changes
+
 While in beta, we aim to have no breaking changes. However, things don't always go as planned. Below are the breaking changes to bear in mind when moving from Beta 1 to Beta 2.
 
 ### Breaking