Skip to content

Commit

Permalink
Fix md lint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Sep 8, 2024
1 parent 06e7fda commit 9a6ccf8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/2.5/extensions/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,11 @@ To use that library, you'll need to `composer install embed/embed` and then pass
configuration option, as shown in the [**Usage**](#usage) section above.

Note: `embed/embed` *requires* a PSR-17 implementation to be installed. If you do not have one installed, the library will not work. By default these libraries are detected automatically:
* [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros)
* [guzzle/psr7](https://github.com/guzzle/psr7)
* [nyholm/psr7](https://github.com/Nyholm/psr7)
* [sunrise/http-message](https://github.com/sunrise-php/http-message)

- [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros)
- [guzzle/psr7](https://github.com/guzzle/psr7)
- [nyholm/psr7](https://github.com/Nyholm/psr7)
- [sunrise/http-message](https://github.com/sunrise-php/http-message)

Need to customize the maximum width/height of the embedded content? You can do that by instantiating the service provided by
`embed/embed`, [configuring it as needed](https://github.com/oscarotero/Embed#settings), and passing that customized instance into the adapter:
Expand Down

0 comments on commit 9a6ccf8

Please sign in to comment.