From 23ddfa99a33c81916666326e0cfd2582dacfca44 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 Feb 2019 09:09:07 +0200 Subject: [PATCH] Move this to a partial to work around the stray `p` issue. --- .../docs/4.3/getting-started/introduction.md | 15 +-------------- .../components-requiring-javascript.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 site/layouts/partials/getting-started/components-requiring-javascript.html diff --git a/site/content/docs/4.3/getting-started/introduction.md b/site/content/docs/4.3/getting-started/introduction.md index 7e32385f94..9d9a2870ef 100644 --- a/site/content/docs/4.3/getting-started/introduction.md +++ b/site/content/docs/4.3/getting-started/introduction.md @@ -37,20 +37,7 @@ Curious which components explicitly require our JavaScript and Popper.js? Click Our `bootstrap.bundle.js` and `bootstrap.bundle.min.js` include [Popper](https://popper.js.org/). For more information about what's included in Bootstrap, please see our [contents](/docs/{{< param docs_version >}}/getting-started/contents/#precompiled-bootstrap) section. -
-Show components requiring JavaScript -{{< markdown >}} -- Alerts for dismissing -- Buttons for toggling states and checkbox/radio functionality -- Carousel for all slide behaviors, controls, and indicators -- Collapse for toggling visibility of content -- Dropdowns for displaying and positioning (also requires [Popper.js](https://popper.js.org/)) -- Modals for displaying, positioning, and scroll behavior -- Navbar for extending our Collapse plugin to implement responsive behavior -- Tooltips and popovers for displaying and positioning (also requires [Popper.js](https://popper.js.org/)) -- Scrollspy for scroll behavior and navigation updates -{{< /markdown >}} -
+{{< partial "getting-started/components-requiring-javascript" >}} ## Starter template diff --git a/site/layouts/partials/getting-started/components-requiring-javascript.html b/site/layouts/partials/getting-started/components-requiring-javascript.html new file mode 100644 index 0000000000..4332a68848 --- /dev/null +++ b/site/layouts/partials/getting-started/components-requiring-javascript.html @@ -0,0 +1,14 @@ +
+ Show components requiring JavaScript + +
-- 2.47.2