瀏覽代碼

Bugfix: allow Markdown to work in parameter descriptions from annotations

shalvah 5 年之前
父節點
當前提交
72c54dc9bf
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>
+