From: Mark Otto Date: Sun, 14 Dec 2025 22:38:37 +0000 (-0800) Subject: Lint Markdown X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bad8686d34ec5016d792cf8365655b0d3ad0b89;p=thirdparty%2Fbootstrap.git Lint Markdown --- diff --git a/site/src/content/docs/getting-started/approach.mdx b/site/src/content/docs/getting-started/approach.mdx index b7161bbec1..9ceea05f34 100644 --- a/site/src/content/docs/getting-started/approach.mdx +++ b/site/src/content/docs/getting-started/approach.mdx @@ -71,7 +71,7 @@ We use [Autoprefixer](https://github.com/postcss/autoprefixer) to handle intende ## Guiding principles -Beyond what Bootstrap does, here's _why_ we do it—our philosophy for building on the web. At a high level, here's what guides our approach: +Beyond what Bootstrap does, here's *why* we do it—our philosophy for building on the web. At a high level, here's what guides our approach: - Components should be responsive and mobile-first - Components should be built with a base class and extended via modifier classes @@ -101,7 +101,7 @@ We use two `z-index` scales in Bootstrap—elements within a component and overl Some components in Bootstrap are built with overlapping elements to prevent double borders without modifying the `border` property. For example, button groups, input groups, and pagination. These components share a standard `z-index` scale of `0` through `3`, matching our expectations of highest user priority. - `0` is for default states (initial, not actually set) -- `1` is for `:hover`, lowest because while it indicates user intent, nearly _anything_ can be hovered. +- `1` is for `:hover`, lowest because while it indicates user intent, nearly *anything* can be hovered. - `2` is for `:active`/`.active`, second highest because they indicate state. - `3` is for `:focus`, highest because focused elements are in view and at the user’s attention. diff --git a/site/src/content/docs/guides/quickstart.mdx b/site/src/content/docs/guides/quickstart.mdx index a5c06346d7..25bbfa199a 100644 --- a/site/src/content/docs/guides/quickstart.mdx +++ b/site/src/content/docs/guides/quickstart.mdx @@ -27,7 +27,7 @@ Get started using Bootstrap in seconds by including our production-ready CSS and ``` -2. **Include Bootstrap’s CSS and JS.** Place the `` tag in the `` for our CSS, and the `