confluence-mdx: Forward Converter의 heading strip 제거#817
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
두 테스트 케이스(544112828, 544384417)의 expected.roundtrip.json을 expected.mdx 변경에 맞춰 재생성합니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 tasks
jk-kim0
added a commit
that referenced
this pull request
Feb 19, 2026
## Summary Confluence 자동 동기화로 생성된 한국어(ko) 문서 변경사항에 대해, 영어(en)와 일본어(ja) 문서에 동등한 변경을 반영합니다. ### 변경 내용 - **포맷팅 수정 (ko/en/ja)**: `<Badge>` 컴포넌트 앞 공백, 백틱 코드 스팬 앞 공백 누락 일괄 수정 (15+ 파일) - **콘텐츠 번역 (en/ja)**: user-manual.mdx 링크 오류 수정 및 설명 추가, user-agent.mdx 구조 변경 반영 - **메타 동기화 (en/ja)**: workflow/_meta.ts 항목 순서 맞춤 - **개별 수정**: - ja requesting-server-access/privilege.mdx: `RequestsOn` → `Requests On` 제목 공백 수정 - ja external-api-changes: `[新規](POST)` → `[新規] (POST)` 공백 수정 - en/ja installing-and-removing-server-agent.mdx: `Deletion Key` 백틱 포맷팅 반영 - ko user-agent.mdx: 오타 수정 (`선택택하는` → `선택하는`) - **confluence-mdx**: Forward Converter heading strip 제거 (#817) ### 파일 변경 통계 | 언어 | 변경 파일 수 | |------|-------------| | ko | 22 | | en | 13 | | ja | 21 | | confluence-mdx | 9 | | **합계** | **65** | ## Test plan - [x] `npm run build` 성공 확인 (878 pages) - [x] ko 21개 파일 변경 → en/ja 대응 파일 검증 완료 (21/21) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: jk-kim0 <jk-kim0@users.noreply.github.com> Co-authored-by: JK <jk@chequer.io> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
.strip()을 적용하던 로직을 제거합니다._normalize_heading_ws()정규화 함수도 함께 제거합니다.Closes #815
Test plan
tests/디렉토리에서make실행하여 Convert / Skeleton / Render 테스트 전체 통과 확인python3 -m pytest663건 통과 확인 (기존 미관련 실패 1건 제외)🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com