Skip to content

Commit 676f8d5

Browse files
committed
[LazyImage] Fix code block rendering in docs
1 parent 653222c commit 676f8d5

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)