diff --git a/src/block_assembler.py b/src/block_assembler.py
index 8a7dcb1..3b002cd 100644
--- a/src/block_assembler.py
+++ b/src/block_assembler.py
@@ -1080,7 +1080,7 @@ def _assemble_slide_html_type_b_prime(ctx: "PipelineContext", title_text: str =
)
if sec_title:
bullets += (
- f'
'
f'
{_bold(sec_title, rn)}
'
@@ -1222,7 +1222,7 @@ def _assemble_slide_html_type_b_prime(ctx: "PipelineContext", title_text: str =
if clean_plain in table_cell_texts or clean_plain == "➠":
continue
if re.search(r'\[핵심요약:', clean):
- continue
+ break # 핵심요약 이후는 결론이므로 스킵
if clean:
clean = _bold(clean, rn)
_pad = bl_indent * depth
@@ -1256,7 +1256,7 @@ def _assemble_slide_html_type_b_prime(ctx: "PipelineContext", title_text: str =
stripped = re.sub(r'^D\d+:\s*', '', stripped)
clean = stripped.lstrip("- ").lstrip("• ")
if re.search(r'\[핵심요약:', clean):
- continue
+ break # 핵심요약 이후는 결론이므로 스킵
if clean:
clean = _bold(clean, rn)
_pad = bl_indent * depth
diff --git a/templates/참고 페이지/1번.png b/templates/참고 페이지/1번.png
new file mode 100644
index 0000000..f443e86
Binary files /dev/null and b/templates/참고 페이지/1번.png differ
diff --git a/templates/참고 페이지/2번.png b/templates/참고 페이지/2번.png
new file mode 100644
index 0000000..253566d
Binary files /dev/null and b/templates/참고 페이지/2번.png differ
diff --git a/templates/참고 페이지/3번.png b/templates/참고 페이지/3번.png
new file mode 100644
index 0000000..3a080ca
Binary files /dev/null and b/templates/참고 페이지/3번.png differ
diff --git a/templates/참고 페이지/4번.png b/templates/참고 페이지/4번.png
new file mode 100644
index 0000000..f077023
Binary files /dev/null and b/templates/참고 페이지/4번.png differ