WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
1 changed files with 2 additions and 1 deletions
Showing only changes of commit aad04d6d14 - Show all commits

View File

@ -103,7 +103,8 @@
<div class="mt-4 mb-3"> <div class="mt-4 mb-3">
<h5>{{$content['title']}}</h5> <h5>{{$content['title']}}</h5>
<p>{{$content['response']}}</p>
<p>{{ GrahamCampbell\Markdown\Facades\Markdown::convertToHtml($content['response']) }}</p>
</div> </div>