Skip to content

Conversation

@jk-kim0
Copy link
Contributor

@jk-kim0 jk-kim0 commented Dec 20, 2025

Description

  • 테이블 변환 시 Confluence 전용 속성을 제거하도록 get_html_attributes 함수를 개선합니다.
  • local-id 속성 제거 (Confluence 내부 식별자)
  • data-* 속성 제거 (data-table-width, data-layout, data-highlight-colour 등)
  • testcases 의 expected.mdx 를 업데이트합니다.

@jk-kim0 jk-kim0 self-assigned this Dec 20, 2025
@vercel
Copy link

vercel bot commented Dec 20, 2025

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

Project Deployment Review Updated (UTC)
querypie-docs Canceled Canceled Comment Dec 22, 2025 6:33am

## Description
- 테이블 변환 시 Confluence 전용 속성을 제거하도록 `get_html_attributes` 함수를 개선합니다.
- `local-id` 속성 제거 (Confluence 내부 식별자)
- `data-*` 속성 제거 (`data-table-width`, `data-layout`, `data-highlight-colour` 등)
@jk-kim0 jk-kim0 enabled auto-merge (squash) December 22, 2025 06:29
@jk-kim0 jk-kim0 merged commit 162a8e5 into main Dec 22, 2025
4 of 6 checks passed
@jk-kim0 jk-kim0 deleted the jk/4-table-properties branch December 22, 2025 06:33
jk-kim0 added a commit that referenced this pull request Dec 22, 2025
## Description
- #481 의 한국어 원문 변경사항(테이블의 불필요한 속성 제거)에 대응하여 영어, 일본어 번역 파일을 동기화합니다.
- `<table>` 태그에서 `data-table-width`, `data-layout`, `local-id` 속성 제거
- `<th>`, `<td>` 태그에서 `data-highlight-colour` 속성 제거
- `<tr>`, `<th>`, `<td>` 태그에서 `local-id` 속성 제거
- `bin/mdx_to_skeleton.py --recursive=target/{en,ja} --max-diff=30` 명령에서
불일치가 발생하지 않도록 번역문을 수정합니다.

## Additional notes
- 총 72개 파일 변경 (457줄 추가, 457줄 삭제)
- 한국어 원문 24개 파일, 영어 번역 24개 파일, 일본어 번역 24개 파일 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants