Skip to content

Commit 2c360c6

Browse files
committed
minor #1876 [LazyImage] Fix code block rendering in docs (mttsch)
This PR was merged into the 2.x branch. Discussion ---------- [LazyImage] Fix code block rendering in docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 676f8d5 [LazyImage] Fix code block rendering in docs
2 parents f2f9dc2 + 676f8d5 commit 2c360c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/LazyImage/doc/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ Customizing images fetching
109109
By default, ``data_uri_thumbnail`` fetches images using the `file_get_contents`_ function.
110110
It works well for local files, but you may want to customize it to fetch images from a remote server, `Flysystem`_, etc.
111111

112-
To do so you can create a invokable class, the first argument is the filename to fetch:
113-
114-
.. ::
112+
To do so you can create a invokable class, the first argument is the filename to fetch::
115113

116114
namespace App\BlurHash;
117115

0 commit comments

Comments
 (0)