浏览代码

add title_text in showChapter

visuddhinanda 2 年之前
父节点
当前提交
4b80a7312a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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]);
         }
 
         /**