feat: restore source parity and harden agent runtime

This commit is contained in:
2026-06-22 11:17:26 +08:00
parent e33f08277b
commit 0793eb82d6
596 changed files with 168879 additions and 290 deletions
@@ -0,0 +1,13 @@
{% set color = color|default('#333333') %}
<div style="font-size: {{ font_size }}pt; line-height: {{ line_height }}; text-align: {{ text_align }}; color: {{ color }}; margin: 10px 0; white-space: pre-wrap; word-wrap: break-word;">
<style>
.paragraph-content p { margin: 0.5em 0; }
.paragraph-content p:first-child { margin-top: 0; }
.paragraph-content p:last-child { margin-bottom: 0; }
.paragraph-content br { display: block; content: ''; margin: 0.5em 0; }
.paragraph-content table { border-collapse: collapse; width: 100%; margin: 1em 0; }
.paragraph-content table td, .paragraph-content table th { border: 1px solid #ddd; padding: 8px; text-align: left; }
.paragraph-content table th { font-weight: 500; }
</style>
<div class="paragraph-content">{{ content|safe }}</div>
</div>