diff --git a/site/content/docs/5.0/getting-started/download.md b/site/content/docs/5.0/getting-started/download.md index e4a293e5d8..b28f3ccbd9 100644 --- a/site/content/docs/5.0/getting-started/download.md +++ b/site/content/docs/5.0/getting-started/download.md @@ -40,13 +40,14 @@ Skip the download with [BootstrapCDN](https://www.bootstrapcdn.com/) to deliver {{< highlight html >}} }}" integrity="{{< param "cdn.css_hash" >}}" crossorigin="anonymous"> - + {{< /highlight >}} -If you're using our compiled JavaScript, don't forget to include Popper.js, via a CDN preferably, before our JS. +If you're using our compiled JavaScript and prefer to include Popper.js separately, don't forget to include Popper.js before our JS, via a CDN preferably. {{< highlight html >}} + {{< /highlight >}} ## Package managers diff --git a/site/content/docs/5.0/getting-started/introduction.md b/site/content/docs/5.0/getting-started/introduction.md index 3945cb265e..e1199c7e80 100644 --- a/site/content/docs/5.0/getting-started/introduction.md +++ b/site/content/docs/5.0/getting-started/introduction.md @@ -24,7 +24,11 @@ Copy-paste the stylesheet `` into your `
` before all other styleshee ### JS -Many of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and [Popper.js](https://popper.js.org/). Place the following ` +{{< /highlight >}} {{< highlight html >}} @@ -59,8 +63,11 @@ Be sure to have your pages set up with the latest design and development standar