Browse Source

Merge pull request #261 from ciasia/patch-1

allow formatting and aside tags
Shalvah A 6 năm trước cách đây
mục cha
commit
78ad2cc253
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/resources/views/documentarian.blade.php

+ 1 - 1
src/resources/views/documentarian.blade.php

@@ -7,7 +7,7 @@
 
 @foreach($parsedRoutes as $group => $routes)
 @if($group)
-#{{$group}}
+#{!! $group !!}
 @endif
 @foreach($routes as $parsedRoute)
 @if($writeCompareFile === true)