Skip to content

DOC-389 (hotfix) Fix npm tab rendering inline code fence on the AWS installation page - #847

Merged
remotesynth merged 1 commit into
mainfrom
doc-389-fix-npm-tab-still-showing-leaked-language-label-cd25
Aug 4, 2026
Merged

DOC-389 (hotfix) Fix npm tab rendering inline code fence on the AWS installation page#847
remotesynth merged 1 commit into
mainfrom
doc-389-fix-npm-tab-still-showing-leaked-language-label-cd25

Conversation

@gtsiolis

@gtsiolis gtsiolis commented Aug 4, 2026

Copy link
Copy Markdown
Member

The Homebrew tab was fixed in #845, but the npm TabItem on the AWS installation page still had its fence and command on a single line, so it never parsed as a code block and the bash label leaked in front of the command. Splitting it across lines like the Homebrew tab restores the expressive-code terminal frame.

This was the last remaining single-line fence in src/content/docs (verified with rg '```[a-zA-Z0-9]*[^\n]+```'`).

Verified in the dev server:

npm tab rendering in the terminal frame

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>
@gtsiolis
gtsiolis marked this pull request as ready for review August 4, 2026 17:39
@gtsiolis gtsiolis self-assigned this Aug 4, 2026
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7650451
Status: ✅  Deploy successful!
Preview URL: https://ee672332.localstack-docs.pages.dev
Branch Preview URL: https://doc-389-fix-npm-tab-still-sh.localstack-docs.pages.dev

View logs

@remotesynth remotesynth changed the title Fix npm tab rendering inline code fence on the AWS installation page DOC-389 (hotfix) Fix npm tab rendering inline code fence on the AWS installation page Aug 4, 2026
@remotesynth
remotesynth merged commit 2568d17 into main Aug 4, 2026
1 of 3 checks passed
@remotesynth
remotesynth deleted the doc-389-fix-npm-tab-still-showing-leaked-language-label-cd25 branch August 4, 2026 18:03

gtsiolis commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

Thanks for merging, @remotesynth! 🏀


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants