Files
ai-agent-admin/backend-fastapi/online_dev/document_generator/templates/elements/wysiwyg.html
T

12 lines
581 B
HTML

<div class="wysiwyg-content" style="font-size: 14px; line-height: 1.6;">
{{ content }}
</div>
<style>
.wysiwyg-content h1 { font-size: 28px; font-weight: bold; margin: 16px 0 8px; line-height: 1.3; }
.wysiwyg-content h2 { font-size: 22px; font-weight: bold; margin: 14px 0 6px; line-height: 1.3; }
.wysiwyg-content h3 { font-size: 18px; font-weight: bold; margin: 12px 0 4px; line-height: 1.4; }
.wysiwyg-content p { margin: 4px 0; }
.wysiwyg-content ul, .wysiwyg-content ol { padding-left: 24px; margin: 4px 0; }
.wysiwyg-content img { max-width: 100%; height: auto; }
</style>