Browse Source

:fire: Log::info($html);

visuddhinanda 2 năm trước cách đây
mục cha
commit
3bb0d474aa
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Http/Api/MdRender.php

+ 0 - 1
app/Http/Api/MdRender.php

@@ -438,7 +438,6 @@ class MdRender{
         $markdown = str_replace(['<param','</param>'],['<span','</span>'],$markdown);
         $markdown = str_replace(['<param','</param>'],['<span','</span>'],$markdown);
         $Parsedown = new \Parsedown();
         $Parsedown = new \Parsedown();
         $html = $Parsedown->text($markdown);
         $html = $Parsedown->text($markdown);
-        Log::info($html);
         $html = MdRender::fixHtml($html);
         $html = MdRender::fixHtml($html);
 
 
         $html = str_replace('<hr>','<hr />',$html);
         $html = str_replace('<hr>','<hr />',$html);