Commit 88dd7d5
jobs(bulletin): don't linkify issue refs inside inline
Verifying the maintainer-inbox linkifier against a real live message surfaced a
bug: a `#N` inside an inline `code` span (e.g. `rebase #650`) was being turned
into a Markdown link, which renders as literal `[#650](…)` text inside the
backticks. linkify already skipped fenced code blocks; extend that to inline
`code` spans — hold them aside behind the same sentinels before the URL / slug /
bare passes so their contents are emitted verbatim. Adds a SUBTEST 10 (5b)
assertion that `rebase #650` in an inline span stays plain.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>code spans1 parent 4858ade commit 88dd7d5
2 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
338 | 342 | | |
339 | 343 | | |
340 | 344 | | |
| |||
352 | 356 | | |
353 | 357 | | |
354 | 358 | | |
355 | | - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
356 | 362 | | |
357 | 363 | | |
358 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
735 | 739 | | |
736 | 740 | | |
737 | 741 | | |
| |||
0 commit comments