Uh oh!
There was an error while loading. Please reload this page.
DOC-389 (hotfix) Fix npm tab rendering inline code fence on the AWS installation page - #847
Merged
remotesynth merged 1 commit intoAug 4, 2026
Conversation
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
marked this pull request as ready for review
August 4, 2026 17:39
gtsiolis
requested review from
HarshCasper, quetzalliwrites and remotesynth
as code ownersAugust 4, 2026 17:39
Deploying localstack-docs with |
| 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 |
remotesynth
approved these changes
Aug 4, 2026
hotfix) Fix npm tab rendering inline code fence on the AWS installation pageUh oh!
There was an error while loading. Please reload this page.
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
MemberAuthor
Thanks for merging, @remotesynth! 🏀 Generated by Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Homebrew tab was fixed in #845, but the npm
TabItemon the AWS installation page still had its fence and command on a single line, so it never parsed as a code block and thebashlabel 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 withrg '```[a-zA-Z0-9]*[^\n]+```'`).Verified in the dev server: