1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-01 04:35:08 +00:00
pixelfed/resources/views/vendor/mail/html/subcopy.blade.php
2019-06-06 21:14:51 -06:00

7 lines
201 B
PHP

<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>