]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/CommentRepo.php
Implement the renderPages parameter
[bookstack] / app / Actions / CommentRepo.php
index 0d8a12ce9ed60f6b911458b944e9c95fcd6e21ac..4dfe3ddb64f86f3252418b3b83d04ef6367d39b6 100644 (file)
@@ -70,7 +70,7 @@ class CommentRepo
     /**
      * Convert the given comment markdown text to HTML.
      */
-    protected function commentToHtml(string $commentText): string
+    public function commentToHtml(string $commentText): string
     {
         $converter = new CommonMarkConverter([
             'html_input' => 'strip',