Commit c34d681
docs(release): replace <sgr> placeholder in 1.8.0 release notes
The Write-Progress entry described the overlay framing as
`\e[<sgr>m … [\e[7m … \e[27m … ]\e[0m`. The angle-bracketed `<sgr>`
inside backticks is rendered fine by GitHub's markdown, but readers
reaching the page through aggregators or feed readers that strip
unknown HTML-like tags can lose it. Reword as descriptive prose with
explicit `ESC[N m` placeholders so every renderer surfaces the
intended ANSI sequence shape.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f6f95b1 commit c34d681
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments