Skip to content

fix(blog): bold recurses, so a code span inside it renders too - #865

Merged
gHashTag merged 1 commit into
mainfrom
fix/inline-bold-recurses
Aug 22, 2026
Merged

fix(blog): bold recurses, so a code span inside it renders too#865
gHashTag merged 1 commit into
mainfrom
fix/inline-bold-recurses

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

One Russian paragraph is a code span inside a bold span. The flat pass shipped an hour ago matches the bold first, [^*]+ swallows the backticks, and the reader sees them.

How it was missed matters more than the fix. The sweep that declared the previous fix complete visited 31 posts in English. The bodies exist in two languages — an English-only sweep over a bilingual corpus reads clean while covering half the pages. Same narrower-than-stated scope this project keeps auditing its gates for.

Now verified in both: 31 EN + 31 RU, zero literal delimiters outside code, with a control confirming the previously broken case renders as <strong><code> rather than passing because nothing was checked.

🤖 Generated with Claude Code

One Russian paragraph is a code span inside a bold span. The flat pass
shipped an hour ago matches the bold first, `[^*]+` swallows the
backticks, and the reader gets <strong> with the delimiters showing.

Worth naming how it was missed rather than just fixing it: the sweep
that declared the previous fix complete visited 31 posts in ENGLISH.
The bodies exist in two languages. An English-only sweep over a
bilingual corpus reads clean and covers half the pages -- the same
narrower-than-stated scope this project keeps auditing its gates for.

Now verified in both: 31 EN + 31 RU, zero literal delimiters outside
code, with a control confirming the previously broken case renders as
<strong><code> rather than passing because nothing was checked.
@gHashTag
gHashTag merged commit 56456c0 into main Aug 22, 2026
27 of 33 checks passed
@gHashTag
gHashTag deleted the fix/inline-bold-recurses branch August 22, 2026 16:59
github-actions Bot added a commit that referenced this pull request Aug 22, 2026
fix(blog): bold recurses, so a code span inside it renders too (#865)

One Russian paragraph is a code span inside a bold span. The flat pass
shipped an hour ago matches the bold first, `[^*]+` swallows the
backticks, and the reader gets <strong> with the delimiters showing.

Worth naming how it was missed rather than just fixing it: the sweep
that declared the previous fix complete visited 31 posts in ENGLISH.
The bodies exist in two languages. An English-only sweep over a
bilingual corpus reads clean and covers half the pages -- the same
narrower-than-stated scope this project keeps auditing its gates for.

Now verified in both: 31 EN + 31 RU, zero literal delimiters outside
code, with a control confirming the previously broken case renders as
<strong><code> rather than passing because nothing was checked.
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.

1 participant