Skip to content

Commit 0657f0d

Browse files
committed
Fix markdownlint MD030: use prettier-ignore for list markers
1 parent 50edabe commit 0657f0d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

core/bootstrap.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -736,12 +736,11 @@ curl http://localhost:8000/books/1
736736

737737
This bootstrap provides a minimal JSON-LD/Hydra API. To add more features, you can:
738738

739-
- **Deserialization**: add `DeserializeProvider` and `DeserializeListener` for POST/PUT/PATCH
740-
support
741-
- **Validation**: add `ValidateProvider` and `ValidateListener` with `symfony/validator`
742-
- **HAL/JSON:API**: register the corresponding normalizers with additional `api-platform/hal` or
743-
`api-platform/jsonapi` packages
744-
- **OpenAPI**: add `OpenApiFactory` and `OpenApiNormalizer` for automatic API documentation
739+
<!-- prettier-ignore -->
740+
- **Deserialization**: add `DeserializeProvider` and `DeserializeListener` for POST/PUT/PATCH
741+
- **Validation**: add `ValidateProvider` and `ValidateListener` with `symfony/validator`
742+
- **HAL/JSON:API**: register the corresponding normalizers with `api-platform/hal` or `api-platform/jsonapi`
743+
- **OpenAPI**: add `OpenApiFactory` and `OpenApiNormalizer` for API documentation
745744

746745
Refer to the
747746
[ApiPlatformProvider](https://github.com/api-platform/core/blob/main/src/Laravel/ApiPlatformProvider.php)

0 commit comments

Comments
 (0)