Skip to content

Fix session-state table rendering on GitHub#228

Merged
jancurn merged 3 commits into
mainfrom
claude/trim-readme-J2yvp
May 10, 2026
Merged

Fix session-state table rendering on GitHub#228
jancurn merged 3 commits into
mainfrom
claude/trim-readme-J2yvp

Conversation

@jancurn

@jancurn jancurn commented May 10, 2026

Copy link
Copy Markdown
Member

Summary

  • The **...** bold markers around the backticked state names were attached directly to the emoji with no separating whitespace, so GitHub rendered the asterisks literally (e.g. 🟢**live** showed as 🟢** live **) instead of bolding the code.
  • Drop the bold — the backticked state names stand out on their own.

Follow-up to #227, which left this pre-existing rendering bug in place.

Test plan

  • Verify the "Session states" table on GitHub renders cleanly (no stray **)

https://claude.ai/code/session_01PtwMc2wifp81yN6BzYiyg8


Generated by Claude Code

claude added 3 commits May 10, 2026 23:02
Cut ~140 lines (1397 → 1254) by removing duplicated content while
keeping every feature reference and anchor intact:

- Linux install: drop per-distro install lists, keep headless example
- Command arguments: collapse Rules/shell-vars/pitfall (already
  covered by inline examples) into two prose lines
- Session lifecycle: drop bullet-list recap that duplicated the
  state table
- Authentication precedence: replace five "When X is specified"
  sub-blocks with a single flag table
- Scripting: dedupe the jq|xargs pipeline shown in both Code mode
  and Scripting
- MCP server config file: remove duplicated "Using servers" block
The `**...**` bold markers were attached directly to the emoji with no
separating whitespace, so GitHub rendered the asterisks literally instead
of as bold. The backticked state names stand on their own; drop the bold.

Refs #227
@jancurn jancurn merged commit dffd381 into main May 10, 2026
6 checks passed
@jancurn jancurn deleted the claude/trim-readme-J2yvp branch May 10, 2026 23:51
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.

3 participants