Update (post): Fix post render

This commit is contained in:
2023-08-02 01:28:16 +08:00
parent 6a37294e9b
commit 0284e932ab
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<p>
{{ $data['text'] }}
{!! $data['text'] !!}
</p>

View File

@@ -1,5 +1,5 @@
<div
style="min-height: 200px; background-color: #1e2128; font-family: Menlo, Monaco, Consolas, Courier New, monospace;
font-size: 14px; line-height: 1.6; letter-spacing: -0.2px; color: #e2e2e2; padding: 10px 12px;">
{{ $data['html'] }}
{!! $data['html'] !!}
</div>