Explorar el Código

add title_text in showChapter

visuddhinanda hace 2 años
padre
commit
4b80a7312a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Http/Controllers/CorpusController.php

+ 2 - 0
app/Http/Controllers/CorpusController.php

@@ -450,6 +450,8 @@ class CorpusController extends Controller
                     ->first();
         if($title){
             $this->result['title'] = MdRender::render($title->content,[$title->channel_uid]);
+            $mdRender = new MdRender(['format'=>'simple']);
+            $this->result['title_text'] = $mdRender->convert($title->content,[$title->channel_uid]);
         }
 
         /**