{{$book->name}}
-
{!! nl2br(e($book->description)) !!}
+{!! $book->descriptionHtml() !!}
@if(count($bookChildren) > 0)
@foreach($bookChildren as $childElement)
X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b90033a73032da8657f1bd3ec3687aa4426d8cc1..refs/pull/5313/head:/resources/views/books/show.blade.php diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index 9e7df4156..dbb09fc9e 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -17,7 +17,7 @@ @section('body') -
{!! nl2br(e($book->description)) !!}
+