mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-24 06:34:57 +08:00
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:
@@ -7,7 +7,7 @@
|
||||
|
||||
@foreach($parsedRoutes as $group => $routes)
|
||||
@if($group)
|
||||
#{{$group}}
|
||||
#{!! $group !!}
|
||||
@endif
|
||||
@foreach($routes as $parsedRoute)
|
||||
@if($writeCompareFile === true)
|
||||
|
||||
Reference in New Issue
Block a user