Skip to content

confluence-mdx: Forward Converter의 heading strip 제거#817

Merged
jk-kim0 merged 5 commits intomainfrom
jk/fix-strip-in-converter
Feb 19, 2026
Merged

confluence-mdx: Forward Converter의 heading strip 제거#817
jk-kim0 merged 5 commits intomainfrom
jk/fix-strip-in-converter

Conversation

@jk-kim0
Copy link
Copy Markdown
Contributor

@jk-kim0 jk-kim0 commented Feb 19, 2026

Summary

  • Forward Converter에서 heading 내 텍스트 노드에 .strip()을 적용하던 로직을 제거합니다.
  • 원문의 공백 표기에 충실하게 MDX를 변환하여, 원문의 오류를 식별할 수 있도록 합니다.
  • strip 동작을 보상하던 roundtrip verifier의 _normalize_heading_ws() 정규화 함수도 함께 제거합니다.

Closes #815

Test plan

  • tests/ 디렉토리에서 make 실행하여 Convert / Skeleton / Render 테스트 전체 통과 확인
  • python3 -m pytest 663건 통과 확인 (기존 미관련 실패 1건 제외)

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

@jk-kim0 jk-kim0 self-assigned this Feb 19, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
querypie-docs Ready Ready Preview, Comment Feb 19, 2026 8:12am

Request Review

두 테스트 케이스(544112828, 544384417)의 expected.roundtrip.json을
expected.mdx 변경에 맞춰 재생성합니다.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jk-kim0 jk-kim0 merged commit c4fbb5a into main Feb 19, 2026
7 checks passed
@jk-kim0 jk-kim0 deleted the jk/fix-strip-in-converter branch February 19, 2026 08:40
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forward Converter 의 strip 등 normalization 취소

1 participant