allow formatting and aside tags

The group description was escaping everything by default meaning that the aside tag (which is quite useful) can't be used in a group header. This addresses that by no longer escaping the content, as is consistent with the rest of the library.
This commit is contained in:
Tim
2018-02-15 17:46:49 +11:00
committed by GitHub
parent 0925f83804
commit 5f8c5b505c

View File

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