diff options
| author | Julien Déramond <[email protected]> | 2021-09-28 11:22:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-28 12:22:52 +0300 |
| commit | 8ebd6d95d66eb598cd1944ba186c4c13c771fa03 (patch) | |
| tree | e1b4252dddc33b09bf66688319824f82a5d28250 | |
| parent | bdab9486703fd1ed69d2d5db2d7c42de8750d82f (diff) | |
| download | bootstrap-8ebd6d95d66eb598cd1944ba186c4c13c771fa03.tar.xz bootstrap-8ebd6d95d66eb598cd1944ba186c4c13c771fa03.zip | |
Remove extra spaces in Markdown files (#35047)
| -rw-r--r-- | .github/CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | site/content/docs/4.6/components/carousel.md | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 06ea6fe46..c4de33669 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -18,7 +18,7 @@ the preferred channel for [bug reports](#bug-reports), [features requests](#feat and [submitting pull requests](#pull-requests), but please respect the following restrictions: -* Please **do not** use the issue tracker for personal support requests. Stack +* Please **do not** use the issue tracker for personal support requests. Stack Overflow ([`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4) tag), [Slack](https://bootstrap-slack.herokuapp.com/) or [IRC](/README.md#community) are better places to get help. diff --git a/site/content/docs/4.6/components/carousel.md b/site/content/docs/4.6/components/carousel.md index 4026ad448..b491beb3d 100644 --- a/site/content/docs/4.6/components/carousel.md +++ b/site/content/docs/4.6/components/carousel.md @@ -63,11 +63,11 @@ Adding in the previous and next controls. We recommend using `<button>` elements {{< placeholder width="800" height="400" class="bd-placeholder-img-lg d-block w-100" color="#333" background="#555" text="Third slide" >}} </div> </div> - <button class="carousel-control-prev" type="button" data-target="#carouselExampleControls" data-slide="prev"> + <button class="carousel-control-prev" type="button" data-target="#carouselExampleControls" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </button> - <button class="carousel-control-next" type="button" data-target="#carouselExampleControls" data-slide="next"> + <button class="carousel-control-next" type="button" data-target="#carouselExampleControls" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </button> @@ -96,11 +96,11 @@ You can also add the indicators to the carousel, alongside the controls, too. {{< placeholder width="800" height="400" class="bd-placeholder-img-lg d-block w-100" color="#333" background="#555" text="Third slide" >}} </div> </div> - <button class="carousel-control-prev" type="button" data-target="#carouselExampleIndicators" data-slide="prev"> + <button class="carousel-control-prev" type="button" data-target="#carouselExampleIndicators" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </button> - <button class="carousel-control-next" type="button" data-target="#carouselExampleIndicators" data-slide="next"> + <button class="carousel-control-next" type="button" data-target="#carouselExampleIndicators" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </button> @@ -141,11 +141,11 @@ Add captions to your slides easily with the `.carousel-caption` element within a </div> </div> </div> - <button class="carousel-control-prev" type="button" data-target="#carouselExampleCaptions" data-slide="prev"> + <button class="carousel-control-prev" type="button" data-target="#carouselExampleCaptions" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </button> - <button class="carousel-control-next" type="button" data-target="#carouselExampleCaptions" data-slide="next"> + <button class="carousel-control-next" type="button" data-target="#carouselExampleCaptions" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </button> @@ -169,11 +169,11 @@ Add `.carousel-fade` to your carousel to animate slides with a fade transition i {{< placeholder width="800" height="400" class="bd-placeholder-img-lg d-block w-100" color="#333" background="#555" text="Third slide" >}} </div> </div> - <button class="carousel-control-prev" type="button" data-target="#carouselExampleFade" data-slide="prev"> + <button class="carousel-control-prev" type="button" data-target="#carouselExampleFade" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </button> - <button class="carousel-control-next" type="button" data-target="#carouselExampleFade" data-slide="next"> + <button class="carousel-control-next" type="button" data-target="#carouselExampleFade" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </button> @@ -197,11 +197,11 @@ Add `data-interval=""` to a `.carousel-item` to change the amount of time to del {{< placeholder width="800" height="400" class="bd-placeholder-img-lg d-block w-100" color="#333" background="#555" text="Third slide" >}} </div> </div> - <button class="carousel-control-prev" type="button" data-target="#carouselExampleInterval" data-slide="prev"> + <button class="carousel-control-prev" type="button" data-target="#carouselExampleInterval" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </button> - <button class="carousel-control-next" type="button" data-target="#carouselExampleInterval" data-slide="next"> + <button class="carousel-control-next" type="button" data-target="#carouselExampleInterval" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </button> |
