From 7650451f2884f5b7518da2bd57ba915930d20e28 Mon Sep 17 00:00:00 2001 From: George Tsiolis <120486+gtsiolis@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:38:43 +0000 Subject: [PATCH] Fix npm tab rendering inline code fence The npm TabItem kept its command on a single line, so the fence never parsed as a code block and the language label leaked into the text. Generated with [Linear](https://linear.app/localstack/issue/DOC-389/fix-npm-tab-still-showing-leaked-language-label#agent-session-88fca138) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com> --- src/content/docs/aws/getting-started/installation.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index ca5084e6..8bead722 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -32,7 +32,11 @@ LocalStack for AWS features require an [Auth Token](/aws/getting-started/auth-to brew install localstack/tap/lstk ``` - ```bash npm install -g @localstack/lstk ``` + + ```bash + npm install -g @localstack/lstk + ``` + Download the binary for your platform from the [GitHub Releases](https://github.com/localstack/lstk/releases) and add it to your