Context: docs/hello_world_deprecation.md includes a stray comment marker (<!-- sdfrghujikol; -->), evidently an editor artifact unrelated to the deprecation content.
Problem: The artifact looks like a leftover paste/autocomplete and appears in docs rendering if the renderer interprets HTML; it undermines the doc's polish and trips strict linting.
Proposed approach: Remove the stray comment token; run the doc-sync script (scripts/verify_doc_sync.sh) to confirm still consistent.
Acceptance criteria: the token is gone and the doc still renders correctly.
Context:
docs/hello_world_deprecation.mdincludes a stray comment marker (<!-- sdfrghujikol; -->), evidently an editor artifact unrelated to the deprecation content.Problem: The artifact looks like a leftover paste/autocomplete and appears in docs rendering if the renderer interprets HTML; it undermines the doc's polish and trips strict linting.
Proposed approach: Remove the stray comment token; run the doc-sync script (
scripts/verify_doc_sync.sh) to confirm still consistent.Acceptance criteria: the token is gone and the doc still renders correctly.