feat: 용법용량 체중별 투여량 HTML 테이블 렌더링

- 표 형식(─ 문자) 감지 시 HTML <table> 변환
- 파란색 헤더, 굵은 숫자 스타일
- 미리보기 API에서 strip_html 개선 (표 형식 줄바꿈 유지)
This commit is contained in:
thug0bin
2026-03-04 21:02:45 +09:00
parent 71c35433fc
commit 1054a9ed17
2 changed files with 62 additions and 6 deletions

View File

@@ -1156,7 +1156,7 @@
${info.dosage_instructions ? `
<div style="margin-bottom:12px;background:#eff6ff;padding:12px;border-radius:8px;">
<h5 style="margin:0 0 6px;color:#0284c7;">▶ 용법용량</h5>
<p style="margin:0;font-size:13px;line-height:1.7;color:#334155;white-space:pre-line;">${escapeHtml(info.dosage_instructions)}</p>
<div style="margin:0;font-size:13px;line-height:1.7;color:#334155;white-space:pre-line;">${info.dosage_has_table ? info.dosage_instructions : escapeHtml(info.dosage_instructions)}</div>
</div>` : ''}
${info.dosing_interval ? `