Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
## Description - 테이블 변환 시 Confluence 전용 속성을 제거하도록 `get_html_attributes` 함수를 개선합니다. - `local-id` 속성 제거 (Confluence 내부 식별자) - `data-*` 속성 제거 (`data-table-width`, `data-layout`, `data-highlight-colour` 등)
dc511d6 to
2623e9c
Compare
keIIy-kim
approved these changes
Dec 21, 2025
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개 파일 수정
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.
Description
get_html_attributes함수를 개선합니다.local-id속성 제거 (Confluence 내부 식별자)data-*속성 제거 (data-table-width,data-layout,data-highlight-colour등)