confluence-mdx: reverse-sync preserved anchor 리스트의 bold 제거를 지원합니다#967
Merged
confluence-mdx: reverse-sync preserved anchor 리스트의 bold 제거를 지원합니다#967
Conversation
- _apply_strong_boundary_fixup: old/new <strong> 개수 불일치 시 매칭 안 되는 <strong>을 unwrap하여 bold 제거 반영 (<ac:link-body> 내부 <strong>은 보존) - _has_inline_boundary_change: text 세그먼트의 stray ** 유무 변화 감지로 ****→공백 정규화도 inline fixup 트리거 - 543948978 fixture를 bold-colon 정규화 버전으로 업데이트 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
[debate-review][sha:8d038277f798b668eaf7bb44443e4943f91fbc61] Consensus reached after 5 rounds. Debate Summary
Withdrawn Findings
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<ac:link>포함 리스트에서 bold-colon 정규화(**:**→:) 시 reverse-sync가 XHTML의<strong>태그를 제거하지 못하는 버그를 수정합니다.Root cause
_apply_strong_boundary_fixup이 old/new<strong>개수 불일치 시 즉시 반환 → bold 제거 미반영_has_inline_boundary_change가 stray bold 마커(****)를 감지하지 못함 → inline fixup 미생성수정 내용
_apply_strong_boundary_fixup:len(old) > len(new)시 매칭 안 되는<strong>unwrap (<ac:link-body>내부 보존)_has_inline_boundary_change: text 세그먼트의**유무 변화도 boundary change로 감지재현 케이스
543948978(company-management.mdx) — General(<strong> : </strong>제거), Allowed Zones(<strong> </strong>제거)Test plan
Debate review
CC-Codex debate review 5라운드 합의 완료 — 이슈 없음 (mergeable).
🤖 Generated with Claude Code