Przeglądaj źródła

Bugfix: allow Markdown to work in parameter descriptions from annotations

shalvah 5 lat temu
rodzic
commit
72c54dc9bf

+ 2 - 2
resources/views/components/field-details.blade.php

@@ -1,6 +1,6 @@
-<p>
+
     <code><b>{{ $name }}</b></code>&nbsp; @if($type)<small>{{ $type }}</small>@endif @if(!$required)
         <i>optional</i>@endif
     <br>
     {!! $description !!}
-</p>
+