Skip to content

Commit 6d52907

Browse files
fix(openapi): resolve unsupported blade markdown types by hugoserver
1 parent 720f200 commit 6d52907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/openapi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ You may want to copy the [one shipped with API Platform](https://github.com/api-
740740

741741
As described [in the Laravel documentation](https://laravel.com/docs/blade#extending-a-layout), it's possible to override the Blade template that loads Swagger UI and renders the documentation:
742742

743-
```blade
743+
```html
744744
{# resources/views/swagger-ui.blade.php #}
745745
<!DOCTYPE html>
746746
<html>

0 commit comments

Comments
 (0)