Skip to content

mdx: convert_all 재실행으로 li_itself join 공백을 정리합니다#990

Merged
jk-kim0 merged 1 commit intomainfrom
jk/convert-all-br-space-cleanup
Apr 7, 2026
Merged

mdx: convert_all 재실행으로 li_itself join 공백을 정리합니다#990
jk-kim0 merged 1 commit intomainfrom
jk/convert-all-br-space-cleanup

Conversation

@jk-kim0
Copy link
Copy Markdown
Contributor

@jk-kim0 jk-kim0 commented Apr 7, 2026

Summary

  • PR #987에서 convert_li()' '.join()''.join()으로 변경한 후 convert_all.py를 재실행한 결과입니다
  • 38개 ko MDX 파일에서 <br/> 앞의 불필요한 공백이 제거됩니다 (109행, 삽입=삭제 동수)
  • 변경 패턴: <br/><br/> (XHTML에 없던 join 공백 제거)

Test plan

  • convert_all.py 실행 결과 — 콘텐츠 변경 없음, 공백만 정리

🤖 Generated with Claude Code

PR #987에서 convert_li()의 ' '.join()을 ''.join()으로 변경한 후
convert_all.py를 실행하여 기존 MDX 파일의 <br/> 인접 공백을 갱신합니다.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

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

Project Deployment Actions Updated (UTC)
querypie-docs Canceled Canceled Comment Apr 7, 2026 2:47am

Request Review

@jk-kim0 jk-kim0 self-assigned this Apr 7, 2026
@jk-kim0 jk-kim0 merged commit f76cdba into main Apr 7, 2026
3 of 5 checks passed
@jk-kim0 jk-kim0 deleted the jk/convert-all-br-space-cleanup branch April 7, 2026 02:47
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.

1 participant