Examples of code I've written in PHP, Javascript, SCSS, etc.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

15 行
309 B

  1. <table class="panel" width="100%" cellpadding="0" cellspacing="0" role="presentation">
  2. <tr>
  3. <td class="panel-content">
  4. <table width="100%" cellpadding="0" cellspacing="0" role="presentation">
  5. <tr>
  6. <td class="panel-item">
  7. {{ Illuminate\Mail\Markdown::parse($slot) }}
  8. </td>
  9. </tr>
  10. </table>
  11. </td>
  12. </tr>
  13. </table>