Update (post): Fix post render
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<p>
|
||||
{{ $data['text'] }}
|
||||
{!! $data['text'] !!}
|
||||
</p>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user