Commit af0a6aa
fix(confluence-mdx): reverse-sync mdx_to_xhtml_inline code span HTML 특수문자를 이스케이프합니다
heading 변환 시 _convert_code_spans에서 코드 스니펫 내 HTML 특수문자가
이스케이프되지 않아 XHTML 파싱 오류가 발생하는 버그를 수정합니다.
- bin/reverse_sync/mdx_to_xhtml_inline.py: _convert_code_spans에 html.escape() 적용
- tests/test_reverse_sync_mdx_to_xhtml_inline.py: TestBlockConversion에 heading code HTML escape 테스트 추가
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0b0f395 commit af0a6aa
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments