2
0
visuddhinanda 1 жил өмнө
parent
commit
fb4bad53e5

+ 1 - 0
app/Http/Resources/ArticleResource.php

@@ -201,6 +201,7 @@ class ArticleResource extends JsonResource
                 'format'=> $format,
                 'footnote' => true,
                 'origin' => $request->get('origin',true),
+                'paragraph' => $request->get('paragraph',false),
             ]);
             //Log::debug('article render',['content'=>$this->content,'format'=>$format,'html'=>$html]);
             $data["html"] = $htmlRender->convert($this->content,$channels);