confluence-mdx: callout 블록 reverse sync 패치를 수정합니다#866
Merged
Conversation
- 544380354: callout 내부 리스트 패치 (direct 전략 DOM 파괴) - 544112828: callout 내부 코드 블록 포함 시 텍스트 누수 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- patch_builder: callout 블록이 child 매핑에 direct 전략으로 해석될 때 _convert_callout_inner가 <li><p> 구조를 생성하지 못하는 문제를 containing 전략으로 전환하여 수정합니다. - xhtml_patcher: _apply_text_changes에서 텍스트 노드가 old_text 전체를 커버하지 않을 때 effective_end +1이 비텍스트 영역(ac:plain-text-body)에 침범하여 잘못된 문자가 포함되는 문제를 수정합니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
_convert_callout_inner가<li><p>구조를 생성하지 못하는 문제를containing전략으로 전환하여 수정합니다. (544380354)_apply_text_changes에서 텍스트 노드가old_text전체를 커버하지 않을 때effective_end +1이 비텍스트 영역(ac:plain-text-body)에 침범하여 잘못된 문자가 포함되는 문제를 수정합니다. (544112828)Test plan
make test-reverse-sync-bugs-one TEST_ID=544380354— PASSmake test-reverse-sync-bugs-one TEST_ID=544112828— PASSmake test-reverse-sync— 16 passed, 0 failedpytest tests/ --ignore=tests/test_unused_attachments.py— 753 passed🤖 Generated with Claude Code