{{-- 知识点讲解模板 --}} 知识点讲解 @include('pdf.partials.kp-explain-styles')
知识点讲解
本章节用于梳理本卷涉及的知识点,帮助学生在做题前完成预习/复盘。
@if(empty($knowledgePoints))
暂无知识点数据
@else
@foreach($knowledgePoints as $index => $kp)
{{ $loop->iteration }}、{{ $kp['kp_name'] ?? ($kp['kp_code'] ?? '未命名知识点') }}
@if(!empty($kp['explanation'])) {{-- 隐藏容器存储原始 Markdown --}} {{-- 渲染容器 --}}
@endif
@endforeach
@endif
{{-- 引入脚本 --}}