From: XhmikosR Date: Sun, 1 Sep 2019 10:23:31 +0000 (+0300) Subject: Break a couple of long lines. X-Git-Tag: v5.0.0-alpha1~782 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf4ae75eff7d432962cc67d56d4ede3b9e3ac42c;p=thirdparty%2Fbootstrap.git Break a couple of long lines. --- diff --git a/site/content/docs/4.3/components/modal.md b/site/content/docs/4.3/components/modal.md index 3c8fcf4280..f82ee774e5 100644 --- a/site/content/docs/4.3/components/modal.md +++ b/site/content/docs/4.3/components/modal.md @@ -731,7 +731,9 @@ Activate a modal without writing JavaScript. Set `data-toggle="modal"` on a cont Create a modal with a single line of JavaScript: -{{< highlight js >}}var myModal = new bootstrap.Modal(document.getElementById('myModal'), options){{< /highlight >}} +{{< highlight js >}} +var myModal = new bootstrap.Modal(document.getElementById('myModal'), options) +{{< /highlight >}} ### Options diff --git a/site/content/docs/4.3/getting-started/browsers-devices.md b/site/content/docs/4.3/getting-started/browsers-devices.md index 949a81f557..12a77343cb 100644 --- a/site/content/docs/4.3/getting-started/browsers-devices.md +++ b/site/content/docs/4.3/getting-started/browsers-devices.md @@ -15,7 +15,9 @@ Alternative browsers which use the latest version of WebKit, Blink, or Gecko, wh You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{< param repo >}}/blob/v{{< param current_version >}}/.browserslistrc): ```text -{{< rf.inline >}}{{ readFile ".browserslistrc" | htmlEscape }}{{< /rf.inline >}} +{{< rf.inline >}} +{{- readFile ".browserslistrc" | htmlEscape -}} +{{< /rf.inline >}} ``` We use [Autoprefixer](https://github.com/postcss/autoprefixer) to handle intended browser support via CSS prefixes, which uses [Browserslist](https://github.com/browserslist/browserslist) to manage these browser versions. Consult their documentation for how to integrate these tools into your projects.