Fixed markdown app show page..
This commit is contained in:
		| @@ -11,12 +11,12 @@ | ||||
|         > | ||||
|             <div class="w-full lg:w-1/2 flex flex-col gap-6 justify-center"> | ||||
|                 <h2 class="font-bold text-3xl"> | ||||
|                     {{ $cta->title }} | ||||
|                     {!! $cta->title !!} | ||||
|                 </h2> | ||||
|  | ||||
|                 <div class="flex flex-col gap-4 divide-y"> | ||||
|                     <div class="font-thin text-sm leading-6 tracking-widest"> | ||||
|                         {{ $cta->description }} | ||||
|                         @markdown($cta->description) | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user