We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab038d commit 8ffd0adCopy full SHA for 8ffd0ad
1 file changed
user_guide_src/source/helpers/html_helper.rst
@@ -79,7 +79,7 @@ The following functions are available:
79
echo img($src);
80
81
There is an optional second parameter to specify the MIME type, otherwise the
82
- function will use your Mimes config to guess.
+ function will use your Mimes config to guess::
83
84
$src = img_data('path/img_without_extension', 'image/png'); // data:image/png;base64,HT5A822...
85
0 commit comments