From 210bbb56ca9e8d19a34142a63ffbca4de28a2430 Mon Sep 17 00:00:00 2001 From: Brian Rinaldi Date: Mon, 3 Aug 2026 14:17:29 -0400 Subject: [PATCH 1/2] Fix code rendering of brew install It was on one line but shouldn't be, causing it to render improperly. The ticket noted multiple instances but I did a search through the code and couldn't come up with others. Fixes [DOC-388](https://linear.app/localstack/issue/DOC-388/inline-code-blocks-show-language-label-and-miss-window-container) --- src/content/docs/aws/getting-started/installation.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index 40452723..d1345a70 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -27,7 +27,9 @@ LocalStack for AWS features require an [Auth Token](/aws/getting-started/auth-to - ```bash brew install localstack/tap/lstk ``` + ```bash + brew install localstack/tap/lstk + ``` ```bash npm install -g @localstack/lstk ``` From 61ff28e9a8605f4e27d60c67c02383613a4d9f21 Mon Sep 17 00:00:00 2001 From: Brian Rinaldi Date: Mon, 3 Aug 2026 14:19:29 -0400 Subject: [PATCH 2/2] Force the linter to ignore this from now on. --- src/content/docs/aws/getting-started/installation.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index d1345a70..ca5084e6 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -25,6 +25,7 @@ LocalStack for AWS features require an [Auth Token](/aws/getting-started/auth-to ### Install lstk +{/* prettier-ignore-start */} ```bash @@ -39,6 +40,8 @@ LocalStack for AWS features require an [Auth Token](/aws/getting-started/auth-to +{/* prettier-ignore-end */} + ### Start lstk ```bash