Browse Source

Bugfix: allow Markdown to work in parameter descriptions from annotations

shalvah 5 years ago
parent
commit
72c54dc9bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/components/field-details.blade.php

+ 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>
+