[Code 개선] #13. [Converter] HWP 변환 시 중첩 리스트(Nested List) 구조 유지 로직 개선 #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 목표
HTML의 중첩된 리스트(
<ul>안에<ul>) 구조를 파악하여, HWP에서도 단계별 들여쓰기와 불렛 기호가 적용된 가독성 높은 리스트를 구현합니다.2. 상세 원인 및 배경
Original: Kyeongmin/test#43